@atlaskit/rovo-agent-components 4.3.0 → 4.3.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3f13070221110`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3f13070221110) -
|
|
8
|
+
Clean up stale feature gate `rovo_dev_themed_identity_card`. The gated code path is now
|
|
9
|
+
permanently enabled.
|
|
10
|
+
|
|
3
11
|
## 4.3.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -539,7 +539,7 @@ var getAvatarRender = function getAvatarRender(_ref3) {
|
|
|
539
539
|
agentIdentityAccountId = _ref3.agentIdentityAccountId,
|
|
540
540
|
isRovoDev = _ref3.isRovoDev,
|
|
541
541
|
size = _ref3.size;
|
|
542
|
-
if (isRovoDev
|
|
542
|
+
if (isRovoDev) {
|
|
543
543
|
return {
|
|
544
544
|
render: /*#__PURE__*/_react.default.createElement(RovoDevAvatar, {
|
|
545
545
|
size: _avatar.AVATAR_SIZES[size],
|
|
@@ -460,7 +460,7 @@ var getAvatarRender = function getAvatarRender(_ref3) {
|
|
|
460
460
|
agentIdentityAccountId = _ref3.agentIdentityAccountId,
|
|
461
461
|
isRovoDev = _ref3.isRovoDev,
|
|
462
462
|
size = _ref3.size;
|
|
463
|
-
if (isRovoDev
|
|
463
|
+
if (isRovoDev) {
|
|
464
464
|
return {
|
|
465
465
|
render: /*#__PURE__*/React.createElement(RovoDevAvatar, {
|
|
466
466
|
size: AVATAR_SIZES[size],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.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
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
6
6
|
"atlassian": {
|
|
@@ -41,15 +41,15 @@
|
|
|
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.14.0",
|
|
45
45
|
"@atlaskit/button": "^23.11.0",
|
|
46
46
|
"@atlaskit/css": "^0.19.0",
|
|
47
47
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
48
|
-
"@atlaskit/flag": "^17.
|
|
48
|
+
"@atlaskit/flag": "^17.11.0",
|
|
49
49
|
"@atlaskit/heading": "^5.4.0",
|
|
50
50
|
"@atlaskit/icon": "^34.3.0",
|
|
51
51
|
"@atlaskit/link": "^3.4.0",
|
|
52
|
-
"@atlaskit/logo": "^20.
|
|
52
|
+
"@atlaskit/logo": "^20.1.0",
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/primitives": "^19.0.0",
|
|
55
55
|
"@atlaskit/rovo-agent-analytics": "^1.3.0",
|
|
@@ -130,9 +130,6 @@
|
|
|
130
130
|
"jira_ai_force_rovo_dev_avatar": {
|
|
131
131
|
"type": "boolean"
|
|
132
132
|
},
|
|
133
|
-
"rovo_dev_themed_identity_card": {
|
|
134
|
-
"type": "boolean"
|
|
135
|
-
},
|
|
136
133
|
"rovo_agents_agent_verification": {
|
|
137
134
|
"type": "boolean"
|
|
138
135
|
},
|