@atlaskit/rovo-agent-components 5.2.1 → 5.2.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.
Files changed (134) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/agent-name-side-nav/package.json +1 -8
  3. package/agent-verification-dropdown-item/package.json +1 -8
  4. package/agent-verified/package.json +1 -8
  5. package/common/types/package.json +1 -8
  6. package/common/ui/ChatIcon/package.json +1 -8
  7. package/common/ui/ChatPill/package.json +1 -8
  8. package/common/ui/HiddenIcon/package.json +1 -8
  9. package/common/ui/LinkIconButton/package.json +1 -8
  10. package/common/ui/ShowIcon/package.json +1 -8
  11. package/common/ui/StarIconButton/package.json +1 -8
  12. package/common/utils/is-agent-creator-type/package.json +1 -8
  13. package/common/utils/is-forge-agent/package.json +1 -8
  14. package/dist/cjs/ui/agent-avatar/generated-avatars/assets/jira-coding-agent.js +25 -0
  15. package/dist/cjs/ui/agent-avatar/generated-avatars/index.js +15 -0
  16. package/dist/es2019/ui/agent-avatar/generated-avatars/assets/jira-coding-agent.js +17 -0
  17. package/dist/es2019/ui/agent-avatar/generated-avatars/index.js +9 -0
  18. package/dist/esm/ui/agent-avatar/generated-avatars/assets/jira-coding-agent.js +18 -0
  19. package/dist/esm/ui/agent-avatar/generated-avatars/index.js +13 -0
  20. package/package.json +6 -6
  21. package/ui/AgentAvatar/package.json +1 -8
  22. package/ui/AgentConversationStarters/package.json +1 -8
  23. package/ui/AgentDropdownMenu/package.json +1 -8
  24. package/ui/AgentMenuItemSkeleton/package.json +1 -8
  25. package/ui/AgentProfileInfo/package.json +1 -8
  26. package/ui/agent-avatar/GeneratedAvatar/package.json +1 -8
  27. package/ui/agent-identity/derive-agent-identity/package.json +1 -8
  28. package/ui/agent-profile-info/AgentStarCount/package.json +1 -8
  29. package/dist/types-ts4.5/common/types.d.ts +0 -1
  30. package/dist/types-ts4.5/common/ui/agent-chat-icon/index.d.ts +0 -2
  31. package/dist/types-ts4.5/common/ui/chat-icon/index.d.ts +0 -3
  32. package/dist/types-ts4.5/common/ui/chat-pill/index.d.ts +0 -16
  33. package/dist/types-ts4.5/common/ui/chat-pill/messages.d.ts +0 -7
  34. package/dist/types-ts4.5/common/ui/hidden-icon/index.d.ts +0 -3
  35. package/dist/types-ts4.5/common/ui/link-icon-button/index.d.ts +0 -11
  36. package/dist/types-ts4.5/common/ui/link-icon-button/messages.d.ts +0 -7
  37. package/dist/types-ts4.5/common/ui/show-icon/index.d.ts +0 -3
  38. package/dist/types-ts4.5/common/ui/star-icon-button/index.d.ts +0 -11
  39. package/dist/types-ts4.5/common/ui/star-icon-button/messages.d.ts +0 -7
  40. package/dist/types-ts4.5/common/utils/is-agent-creator-type.d.ts +0 -2
  41. package/dist/types-ts4.5/common/utils/is-forge-agent.d.ts +0 -2
  42. package/dist/types-ts4.5/i18n/cs.d.ts +0 -8
  43. package/dist/types-ts4.5/i18n/da.d.ts +0 -8
  44. package/dist/types-ts4.5/i18n/de.d.ts +0 -8
  45. package/dist/types-ts4.5/i18n/en.d.ts +0 -8
  46. package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -8
  47. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -8
  48. package/dist/types-ts4.5/i18n/es.d.ts +0 -8
  49. package/dist/types-ts4.5/i18n/fi.d.ts +0 -8
  50. package/dist/types-ts4.5/i18n/fr.d.ts +0 -8
  51. package/dist/types-ts4.5/i18n/hr.d.ts +0 -8
  52. package/dist/types-ts4.5/i18n/hu.d.ts +0 -8
  53. package/dist/types-ts4.5/i18n/it.d.ts +0 -8
  54. package/dist/types-ts4.5/i18n/ja.d.ts +0 -8
  55. package/dist/types-ts4.5/i18n/ko.d.ts +0 -8
  56. package/dist/types-ts4.5/i18n/nb.d.ts +0 -8
  57. package/dist/types-ts4.5/i18n/nl.d.ts +0 -8
  58. package/dist/types-ts4.5/i18n/pl.d.ts +0 -8
  59. package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -8
  60. package/dist/types-ts4.5/i18n/ru.d.ts +0 -8
  61. package/dist/types-ts4.5/i18n/sl.d.ts +0 -8
  62. package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -8
  63. package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -8
  64. package/dist/types-ts4.5/i18n/sv.d.ts +0 -8
  65. package/dist/types-ts4.5/i18n/th.d.ts +0 -8
  66. package/dist/types-ts4.5/i18n/tr.d.ts +0 -8
  67. package/dist/types-ts4.5/i18n/uk.d.ts +0 -8
  68. package/dist/types-ts4.5/i18n/vi.d.ts +0 -8
  69. package/dist/types-ts4.5/i18n/zh.d.ts +0 -8
  70. package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -8
  71. package/dist/types-ts4.5/index.d.ts +0 -14
  72. package/dist/types-ts4.5/ui/agent-avatar/agent-avatar-skeleton/index.d.ts +0 -29
  73. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-dev.d.ts +0 -4
  74. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-fix.d.ts +0 -4
  75. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/auto-review.d.ts +0 -4
  76. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/backlog-buddy.d.ts +0 -4
  77. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/box-agent.d.ts +0 -4
  78. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/canva-agent.d.ts +0 -4
  79. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/comms-crafter.d.ts +0 -4
  80. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/culture.d.ts +0 -4
  81. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/customer-insight.d.ts +0 -4
  82. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/decision-director.d.ts +0 -4
  83. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/feature-flag-avatar.d.ts +0 -4
  84. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/figma-agent.d.ts +0 -4
  85. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/gamma-agent.d.ts +0 -4
  86. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/generic-avatar.d.ts +0 -4
  87. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/hire-writer.d.ts +0 -4
  88. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/hubspot-agent.d.ts +0 -4
  89. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/intercom-agent.d.ts +0 -4
  90. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/jira-intelligent-triage-agent.d.ts +0 -4
  91. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/jira-work-agent.d.ts +0 -4
  92. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/jsm-rovo-service-agent.d.ts +0 -4
  93. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/lovable-agent.d.ts +0 -4
  94. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/marketing-message-maestro.d.ts +0 -4
  95. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/my-user-manual.d.ts +0 -4
  96. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/okr-oracle.d.ts +0 -4
  97. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/ops-agent.d.ts +0 -4
  98. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/pitch-perfector.d.ts +0 -4
  99. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/product-requirement.d.ts +0 -4
  100. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/release-notes.d.ts +0 -4
  101. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/replit-agent.d.ts +0 -4
  102. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/research-scout.d.ts +0 -4
  103. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/rovo-agent.d.ts +0 -4
  104. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/rovo-dev.d.ts +0 -8
  105. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/social-media-scribe.d.ts +0 -4
  106. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/team-connection.d.ts +0 -4
  107. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/trial-guide.d.ts +0 -4
  108. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/types.d.ts +0 -5
  109. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/assets/workflow-builder.d.ts +0 -4
  110. package/dist/types-ts4.5/ui/agent-avatar/generated-avatars/index.d.ts +0 -45
  111. package/dist/types-ts4.5/ui/agent-avatar/index.d.ts +0 -24
  112. package/dist/types-ts4.5/ui/agent-avatar/messages.d.ts +0 -7
  113. package/dist/types-ts4.5/ui/agent-conversation-starters/index.d.ts +0 -37
  114. package/dist/types-ts4.5/ui/agent-conversation-starters/messages.d.ts +0 -32
  115. package/dist/types-ts4.5/ui/agent-dropdown-menu/index.d.ts +0 -57
  116. package/dist/types-ts4.5/ui/agent-dropdown-menu/messages.d.ts +0 -7
  117. package/dist/types-ts4.5/ui/agent-identity/derive-agent-identity.d.ts +0 -62
  118. package/dist/types-ts4.5/ui/agent-menu-item-skeleton/index.d.ts +0 -16
  119. package/dist/types-ts4.5/ui/agent-name-side-nav/index.d.ts +0 -9
  120. package/dist/types-ts4.5/ui/agent-profile-info/agent-star-count/index.d.ts +0 -4
  121. package/dist/types-ts4.5/ui/agent-profile-info/agent-star-count/messages.d.ts +0 -7
  122. package/dist/types-ts4.5/ui/agent-profile-info/agent-star-count/utils.d.ts +0 -1
  123. package/dist/types-ts4.5/ui/agent-profile-info/index.d.ts +0 -52
  124. package/dist/types-ts4.5/ui/agent-profile-info/messages.d.ts +0 -42
  125. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef.graphql.d.ts +0 -19
  126. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation.graphql.d.ts +0 -30
  127. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef.graphql.d.ts +0 -18
  128. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.d.ts +0 -26
  129. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/index.d.ts +0 -36
  130. package/dist/types-ts4.5/ui/agent-verification-dropdown-item/messages.d.ts +0 -7
  131. package/dist/types-ts4.5/ui/agent-verified/__generated__/agentVerified_AtlaskitRovoAgentComponents.graphql.d.ts +0 -18
  132. package/dist/types-ts4.5/ui/agent-verified/index.d.ts +0 -14
  133. package/dist/types-ts4.5/ui/agent-verified/messages.d.ts +0 -13
  134. /package/dist/{types-ts4.5/ui/agent-avatar/generated-avatars/assets/amplitude-agent.d.ts → types/ui/agent-avatar/generated-avatars/assets/jira-coding-agent.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 5.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`6b637cd3a7ff3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b637cd3a7ff3) -
14
+ Fix Jira Coding Agent profilecard showing old green Rovo Dev avatar and banner.
15
+
16
+ The `creator_type` field for the Jira Coding Agent is still `'ROVO_DEV'` (not updated at the
17
+ source), which caused `isRovoDev` to be `true` and the profilecard to render the legacy green
18
+ avatar and banner header.
19
+
20
+ When the `devai-rdij-to-jira-coding-agent` gate is enabled, the `isRovoDev` check now also
21
+ verifies the agent name is `'rovo dev'` (case-insensitive). If the name is anything else (e.g.
22
+ `'Jira Coding Agent'`), `isRovoDev` is `false` and the agent falls through to the named-avatar
23
+ lookup via `external_config_reference`.
24
+
25
+ A new `jira_coding_agent` entry has been added to `outOfTheBoxAgentAvatar` with a Jira icon on a
26
+ blue hexagon background, matching the backfilled identity avatar.
27
+
3
28
  ## 5.2.1
4
29
 
5
30
  ### Patch Changes
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../dist/types/ui/agent-name-side-nav/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/ui/agent-name-side-nav/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/ui/agent-name-side-nav/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../dist/types/ui/agent-verification-dropdown-item/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/ui/agent-verification-dropdown-item/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/ui/agent-verification-dropdown-item/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../dist/types/ui/agent-verified/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/ui/agent-verified/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/ui/agent-verified/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/common/types.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/common/types.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/common/types.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/chat-icon/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/chat-icon/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/chat-icon/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/chat-pill/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/chat-pill/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/chat-pill/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/hidden-icon/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/hidden-icon/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/hidden-icon/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/link-icon-button/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/link-icon-button/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/link-icon-button/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/show-icon/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/show-icon/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/show-icon/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/ui/star-icon-button/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/ui/star-icon-button/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/ui/star-icon-button/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/utils/is-agent-creator-type.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/utils/is-agent-creator-type.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/utils/is-agent-creator-type.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/common/utils/is-forge-agent.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/common/utils/is-forge-agent.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/common/utils/is-forge-agent.d.ts"
17
10
  }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
10
+ var _default = exports.default = function _default(_ref) {
11
+ var size = _ref.size;
12
+ return /*#__PURE__*/_react.default.createElement("svg", {
13
+ width: size,
14
+ height: size,
15
+ viewBox: "0 0 55 55",
16
+ fill: "none",
17
+ xmlns: "http://www.w3.org/2000/svg"
18
+ }, /*#__PURE__*/_react.default.createElement("path", {
19
+ d: "M24.519 0.843677C26.4682 -0.281225 28.8698 -0.281226 30.819 0.843676L49.189 11.445C51.1382 12.5699 52.339 14.6488 52.339 16.8986V38.1014C52.339 40.3512 51.1382 42.4301 49.189 43.555L30.819 54.1563C28.8698 55.2812 26.4683 55.2812 24.519 54.1563L6.14902 43.555C4.1998 42.4301 2.99902 40.3512 2.99902 38.1014V16.8986C2.99902 14.6488 4.1998 12.5699 6.14902 11.445L24.519 0.843677Z",
20
+ fill: "#1868DB"
21
+ }), /*#__PURE__*/_react.default.createElement("path", {
22
+ d: "M20.7101 34.6572H18.0055C13.9264 34.6572 11.0001 32.1587 11.0001 28.5002H25.5429C26.2966 28.5002 26.7844 29.0356 26.7844 29.7941V44.4281C23.1487 44.4281 20.7101 41.4835 20.7101 37.3788V34.6572ZM27.8928 27.3848H25.1882C21.1091 27.3848 18.1828 24.9309 18.1828 21.2724H32.7256C33.4794 21.2724 34.0114 21.7632 34.0114 22.5217V37.1557C30.3757 37.1557 27.8928 34.2111 27.8928 30.1064V27.3848ZM35.1199 20.157H32.4153C28.3362 20.157 25.4099 17.6585 25.4099 14H39.9527C40.7064 14 41.1942 14.5354 41.1942 15.2492V29.8833C37.5585 29.8833 35.1199 26.9386 35.1199 22.834V20.157Z",
23
+ fill: "white"
24
+ }));
25
+ };
@@ -212,6 +212,11 @@ var JiraWorkAgentAvatar = /*#__PURE__*/(0, _react.lazy)(function () {
212
212
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraWorkAgentAvatar"*/'./assets/jira-work-agent'));
213
213
  });
214
214
  });
215
+ var JiraCodingAgentAvatar = /*#__PURE__*/(0, _react.lazy)(function () {
216
+ return Promise.resolve().then(function () {
217
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraCodingAgentAvatar"*/'./assets/jira-coding-agent'));
218
+ });
219
+ });
215
220
  var JiraIntelligentTriageAgentAvatar = /*#__PURE__*/(0, _react.lazy)(function () {
216
221
  return Promise.resolve().then(function () {
217
222
  return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraIntelligentTriageAgentAvatar"*/'./assets/jira-intelligent-triage-agent'));
@@ -544,6 +549,16 @@ var outOfTheBoxAgentAvatar = {
544
549
  });
545
550
  },
546
551
  color: blueColor
552
+ },
553
+ jira_coding_agent: {
554
+ getRender: function getRender(size) {
555
+ return /*#__PURE__*/_react.default.createElement(JiraCodingAgentAvatar, {
556
+ size: _avatar.AVATAR_SIZES[size],
557
+ primaryColor: "",
558
+ secondaryColor: ""
559
+ });
560
+ },
561
+ color: blueColor
547
562
  }
548
563
  };
549
564
 
@@ -0,0 +1,17 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export default (({
4
+ size
5
+ }) => /*#__PURE__*/React.createElement("svg", {
6
+ width: size,
7
+ height: size,
8
+ viewBox: "0 0 55 55",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ d: "M24.519 0.843677C26.4682 -0.281225 28.8698 -0.281226 30.819 0.843676L49.189 11.445C51.1382 12.5699 52.339 14.6488 52.339 16.8986V38.1014C52.339 40.3512 51.1382 42.4301 49.189 43.555L30.819 54.1563C28.8698 55.2812 26.4683 55.2812 24.519 54.1563L6.14902 43.555C4.1998 42.4301 2.99902 40.3512 2.99902 38.1014V16.8986C2.99902 14.6488 4.1998 12.5699 6.14902 11.445L24.519 0.843677Z",
13
+ fill: "#1868DB"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M20.7101 34.6572H18.0055C13.9264 34.6572 11.0001 32.1587 11.0001 28.5002H25.5429C26.2966 28.5002 26.7844 29.0356 26.7844 29.7941V44.4281C23.1487 44.4281 20.7101 41.4835 20.7101 37.3788V34.6572ZM27.8928 27.3848H25.1882C21.1091 27.3848 18.1828 24.9309 18.1828 21.2724H32.7256C33.4794 21.2724 34.0114 21.7632 34.0114 22.5217V37.1557C30.3757 37.1557 27.8928 34.2111 27.8928 30.1064V27.3848ZM35.1199 20.157H32.4153C28.3362 20.157 25.4099 17.6585 25.4099 14H39.9527C40.7064 14 41.1942 14.5354 41.1942 15.2492V29.8833C37.5585 29.8833 35.1199 26.9386 35.1199 22.834V20.157Z",
16
+ fill: "white"
17
+ })));
@@ -60,6 +60,7 @@ const LovableAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName:
60
60
  const ReplitAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-rovo-avatar-ReplitAgentAvatar"*/'./assets/replit-agent'));
61
61
  const RovoAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-rovo-avatar-RovoAgentAvatar"*/'./assets/rovo-agent'));
62
62
  const JiraWorkAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraWorkAgentAvatar"*/'./assets/jira-work-agent'));
63
+ const JiraCodingAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraCodingAgentAvatar"*/'./assets/jira-coding-agent'));
63
64
  const JiraIntelligentTriageAgentAvatar = /*#__PURE__*/lazy(() => import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraIntelligentTriageAgentAvatar"*/'./assets/jira-intelligent-triage-agent'));
64
65
  /**
65
66
  * OOTB Agents avatars - end
@@ -328,6 +329,14 @@ const outOfTheBoxAgentAvatar = {
328
329
  secondaryColor: ""
329
330
  }),
330
331
  color: blueColor
332
+ },
333
+ jira_coding_agent: {
334
+ getRender: size => /*#__PURE__*/React.createElement(JiraCodingAgentAvatar, {
335
+ size: AVATAR_SIZES[size],
336
+ primaryColor: "",
337
+ secondaryColor: ""
338
+ }),
339
+ color: blueColor
331
340
  }
332
341
  };
333
342
 
@@ -0,0 +1,18 @@
1
+ /* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
2
+ import React from 'react';
3
+ export default (function (_ref) {
4
+ var size = _ref.size;
5
+ return /*#__PURE__*/React.createElement("svg", {
6
+ width: size,
7
+ height: size,
8
+ viewBox: "0 0 55 55",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, /*#__PURE__*/React.createElement("path", {
12
+ d: "M24.519 0.843677C26.4682 -0.281225 28.8698 -0.281226 30.819 0.843676L49.189 11.445C51.1382 12.5699 52.339 14.6488 52.339 16.8986V38.1014C52.339 40.3512 51.1382 42.4301 49.189 43.555L30.819 54.1563C28.8698 55.2812 26.4683 55.2812 24.519 54.1563L6.14902 43.555C4.1998 42.4301 2.99902 40.3512 2.99902 38.1014V16.8986C2.99902 14.6488 4.1998 12.5699 6.14902 11.445L24.519 0.843677Z",
13
+ fill: "#1868DB"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ d: "M20.7101 34.6572H18.0055C13.9264 34.6572 11.0001 32.1587 11.0001 28.5002H25.5429C26.2966 28.5002 26.7844 29.0356 26.7844 29.7941V44.4281C23.1487 44.4281 20.7101 41.4835 20.7101 37.3788V34.6572ZM27.8928 27.3848H25.1882C21.1091 27.3848 18.1828 24.9309 18.1828 21.2724H32.7256C33.4794 21.2724 34.0114 21.7632 34.0114 22.5217V37.1557C30.3757 37.1557 27.8928 34.2111 27.8928 30.1064V27.3848ZM35.1199 20.157H32.4153C28.3362 20.157 25.4099 17.6585 25.4099 14H39.9527C40.7064 14 41.1942 14.5354 41.1942 15.2492V29.8833C37.5585 29.8833 35.1199 26.9386 35.1199 22.834V20.157Z",
16
+ fill: "white"
17
+ }));
18
+ });
@@ -131,6 +131,9 @@ var RovoAgentAvatar = /*#__PURE__*/lazy(function () {
131
131
  var JiraWorkAgentAvatar = /*#__PURE__*/lazy(function () {
132
132
  return import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraWorkAgentAvatar"*/'./assets/jira-work-agent');
133
133
  });
134
+ var JiraCodingAgentAvatar = /*#__PURE__*/lazy(function () {
135
+ return import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraCodingAgentAvatar"*/'./assets/jira-coding-agent');
136
+ });
134
137
  var JiraIntelligentTriageAgentAvatar = /*#__PURE__*/lazy(function () {
135
138
  return import( /* webpackChunkName: "@atlaskit-rovo-avatar-JiraIntelligentTriageAgentAvatar"*/'./assets/jira-intelligent-triage-agent');
136
139
  });
@@ -461,6 +464,16 @@ var outOfTheBoxAgentAvatar = {
461
464
  });
462
465
  },
463
466
  color: blueColor
467
+ },
468
+ jira_coding_agent: {
469
+ getRender: function getRender(size) {
470
+ return /*#__PURE__*/React.createElement(JiraCodingAgentAvatar, {
471
+ size: AVATAR_SIZES[size],
472
+ primaryColor: "",
473
+ secondaryColor: ""
474
+ });
475
+ },
476
+ color: blueColor
464
477
  }
465
478
  };
466
479
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "5.2.1",
3
+ "version": "5.2.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
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -45,17 +45,17 @@
45
45
  "@atlaskit/button": "^23.11.0",
46
46
  "@atlaskit/css": "^0.19.0",
47
47
  "@atlaskit/dropdown-menu": "^16.10.0",
48
- "@atlaskit/flag": "^17.12.0",
48
+ "@atlaskit/flag": "^17.13.0",
49
49
  "@atlaskit/heading": "^5.4.0",
50
50
  "@atlaskit/icon": "^35.4.0",
51
51
  "@atlaskit/link": "^3.4.0",
52
- "@atlaskit/logo": "^20.1.0",
52
+ "@atlaskit/logo": "^20.2.0",
53
53
  "@atlaskit/platform-feature-flags": "^1.1.0",
54
54
  "@atlaskit/primitives": "^19.0.0",
55
- "@atlaskit/rovo-agent-analytics": "^2.3.0",
56
- "@atlaskit/skeleton": "^2.1.0",
55
+ "@atlaskit/rovo-agent-analytics": "^3.0.0",
56
+ "@atlaskit/skeleton": "^2.2.0",
57
57
  "@atlaskit/spinner": "^19.1.0",
58
- "@atlaskit/tokens": "^13.1.0",
58
+ "@atlaskit/tokens": "^13.4.0",
59
59
  "@atlaskit/tooltip": "^22.6.0",
60
60
  "@babel/runtime": "^7.0.0",
61
61
  "@compiled/react": "^0.20.0",
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/ui/agent-avatar/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/ui/agent-avatar/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/ui/agent-avatar/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/ui/agent-conversation-starters/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/ui/agent-conversation-starters/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/ui/agent-conversation-starters/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/ui/agent-dropdown-menu/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/ui/agent-dropdown-menu/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/ui/agent-dropdown-menu/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/ui/agent-menu-item-skeleton/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/ui/agent-menu-item-skeleton/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/ui/agent-menu-item-skeleton/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../dist/types/ui/agent-profile-info/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/ui/agent-profile-info/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/ui/agent-profile-info/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/ui/agent-avatar/generated-avatars/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/ui/agent-avatar/generated-avatars/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/ui/agent-avatar/generated-avatars/index.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/ui/agent-identity/derive-agent-identity.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/ui/agent-identity/derive-agent-identity.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/ui/agent-identity/derive-agent-identity.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "*.compiled.css"
8
8
  ],
9
- "types": "../../../dist/types/ui/agent-profile-info/agent-star-count/index.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../../dist/types-ts4.5/ui/agent-profile-info/agent-star-count/index.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../../dist/types/ui/agent-profile-info/agent-star-count/index.d.ts"
17
10
  }
@@ -1 +0,0 @@
1
- export type AgentCreatorType = 'SYSTEM' | 'CUSTOMER' | 'THIRD_PARTY' | 'FORGE' | 'OOTB' | 'REMOTE_A2A';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const AgentChatIcon: () => React.JSX.Element;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const ChatPillIcon: (props: Omit<NewCoreIconProps, "label" | "glyph">) => React.JSX.Element;
@@ -1,16 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { type ForwardRefExoticComponent, type RefAttributes } from 'react';
6
- import { type ButtonProps } from '@atlaskit/button';
7
- export type ChatPillProps = Omit<ButtonProps, 'iconBefore'> & {
8
- whiteSpacePreWrap?: boolean;
9
- renderIcon?: boolean;
10
- };
11
- export declare const ChatPill: ForwardRefExoticComponent<Omit<ButtonProps, 'iconBefore'> & {
12
- whiteSpacePreWrap?: boolean;
13
- renderIcon?: boolean;
14
- } & RefAttributes<HTMLButtonElement>>;
15
- export type BrowseAgentsPillProps = Omit<ButtonProps, 'iconBefore' | 'children'>;
16
- export declare const BrowseAgentsPill: ForwardRefExoticComponent<BrowseAgentsPillProps & RefAttributes<HTMLButtonElement>>;
@@ -1,7 +0,0 @@
1
- type MessageKeys = 'browseAgentsPillLabel';
2
- declare const message: Record<MessageKeys, {
3
- id: string;
4
- defaultMessage: string;
5
- description?: string;
6
- }>;
7
- export default message;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const HiddenIcon: (props: Omit<NewCoreIconProps, "glyph">) => React.JSX.Element;
@@ -1,11 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- * @jsxFrag jsx
5
- */
6
- import { type KeyboardEvent, type MouseEvent } from 'react';
7
- export declare const LinkIconButton: ({ handleCopy, visible, agentName, }: {
8
- handleCopy: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean;
10
- agentName: string;
11
- }) => JSX.Element;
@@ -1,7 +0,0 @@
1
- type MessageKeys = 'copyAgentLinkLabel';
2
- declare const message: Record<MessageKeys, {
3
- id: string;
4
- defaultMessage: string;
5
- description?: string;
6
- }>;
7
- export default message;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { type NewCoreIconProps } from '@atlaskit/icon';
3
- export declare const ShowIcon: (props: NewCoreIconProps) => React.JSX.Element;
@@ -1,11 +0,0 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { type KeyboardEvent, type MouseEvent } from 'react';
6
- export declare const StarIconButton: ({ isStarred, handleToggle, visible, agentName, }: {
7
- isStarred: boolean;
8
- handleToggle: (e: MouseEvent<Element, globalThis.MouseEvent> | KeyboardEvent<Element>) => void;
9
- visible?: boolean;
10
- agentName: string;
11
- }) => JSX.Element;
@@ -1,7 +0,0 @@
1
- type MessageKeys = 'removeFromFavouritesLabel' | 'clickToFavouriteLabel';
2
- declare const message: Record<MessageKeys, {
3
- id: string;
4
- defaultMessage: string;
5
- description?: string;
6
- }>;
7
- export default message;
@@ -1,2 +0,0 @@
1
- import type { AgentCreatorType } from '../types';
2
- export declare const isAgentCreatorType: (creatorType: string) => creatorType is AgentCreatorType;
@@ -1,2 +0,0 @@
1
- import type { AgentCreatorType } from '../types';
2
- export declare const isForgeAgentByCreatorType: (creatorType: AgentCreatorType) => boolean;
@@ -1,8 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- import translations from '@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components/i18n/cs';
8
- export default translations;
@@ -1,8 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- import translations from '@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components/i18n/da';
8
- export default translations;
@@ -1,8 +0,0 @@
1
- /**
2
- * NOTE:
3
- *
4
- * This file is automatically generated by Traduki 2.0.
5
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
- */
7
- import translations from '@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components/i18n/de';
8
- export default translations;