@atlaskit/rovo-agent-components 2.2.2 → 2.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.
Files changed (125) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/i18n/cs.js +3 -0
  3. package/dist/cjs/i18n/da.js +3 -0
  4. package/dist/cjs/i18n/de.js +3 -0
  5. package/dist/cjs/i18n/es.js +3 -0
  6. package/dist/cjs/i18n/fi.js +3 -0
  7. package/dist/cjs/i18n/fr.js +3 -0
  8. package/dist/cjs/i18n/hu.js +3 -0
  9. package/dist/cjs/i18n/it.js +3 -0
  10. package/dist/cjs/i18n/ja.js +3 -0
  11. package/dist/cjs/i18n/ko.js +3 -0
  12. package/dist/cjs/i18n/nb.js +3 -0
  13. package/dist/cjs/i18n/nl.js +3 -0
  14. package/dist/cjs/i18n/pl.js +3 -0
  15. package/dist/cjs/i18n/pt_BR.js +3 -0
  16. package/dist/cjs/i18n/ru.js +3 -0
  17. package/dist/cjs/i18n/sv.js +3 -0
  18. package/dist/cjs/i18n/th.js +3 -0
  19. package/dist/cjs/i18n/tr.js +3 -0
  20. package/dist/cjs/i18n/uk.js +3 -0
  21. package/dist/cjs/i18n/vi.js +3 -0
  22. package/dist/cjs/i18n/zh.js +3 -0
  23. package/dist/cjs/i18n/zh_TW.js +3 -0
  24. package/dist/cjs/ui/agent-avatar/generated-avatars/index.js +11 -12
  25. package/dist/cjs/ui/agent-dropdown-menu/index.js +16 -17
  26. package/dist/cjs/ui/agent-profile-info/index.js +17 -20
  27. package/dist/es2019/i18n/cs.js +3 -0
  28. package/dist/es2019/i18n/da.js +3 -0
  29. package/dist/es2019/i18n/de.js +3 -0
  30. package/dist/es2019/i18n/es.js +3 -0
  31. package/dist/es2019/i18n/fi.js +3 -0
  32. package/dist/es2019/i18n/fr.js +3 -0
  33. package/dist/es2019/i18n/hu.js +3 -0
  34. package/dist/es2019/i18n/it.js +3 -0
  35. package/dist/es2019/i18n/ja.js +3 -0
  36. package/dist/es2019/i18n/ko.js +3 -0
  37. package/dist/es2019/i18n/nb.js +3 -0
  38. package/dist/es2019/i18n/nl.js +3 -0
  39. package/dist/es2019/i18n/pl.js +3 -0
  40. package/dist/es2019/i18n/pt_BR.js +3 -0
  41. package/dist/es2019/i18n/ru.js +3 -0
  42. package/dist/es2019/i18n/sv.js +3 -0
  43. package/dist/es2019/i18n/th.js +3 -0
  44. package/dist/es2019/i18n/tr.js +3 -0
  45. package/dist/es2019/i18n/uk.js +3 -0
  46. package/dist/es2019/i18n/vi.js +3 -0
  47. package/dist/es2019/i18n/zh.js +3 -0
  48. package/dist/es2019/i18n/zh_TW.js +3 -0
  49. package/dist/es2019/ui/agent-avatar/generated-avatars/index.js +1 -2
  50. package/dist/es2019/ui/agent-dropdown-menu/index.js +1 -2
  51. package/dist/es2019/ui/agent-profile-info/index.js +1 -1
  52. package/dist/esm/i18n/cs.js +3 -0
  53. package/dist/esm/i18n/da.js +3 -0
  54. package/dist/esm/i18n/de.js +3 -0
  55. package/dist/esm/i18n/es.js +3 -0
  56. package/dist/esm/i18n/fi.js +3 -0
  57. package/dist/esm/i18n/fr.js +3 -0
  58. package/dist/esm/i18n/hu.js +3 -0
  59. package/dist/esm/i18n/it.js +3 -0
  60. package/dist/esm/i18n/ja.js +3 -0
  61. package/dist/esm/i18n/ko.js +3 -0
  62. package/dist/esm/i18n/nb.js +3 -0
  63. package/dist/esm/i18n/nl.js +3 -0
  64. package/dist/esm/i18n/pl.js +3 -0
  65. package/dist/esm/i18n/pt_BR.js +3 -0
  66. package/dist/esm/i18n/ru.js +3 -0
  67. package/dist/esm/i18n/sv.js +3 -0
  68. package/dist/esm/i18n/th.js +3 -0
  69. package/dist/esm/i18n/tr.js +3 -0
  70. package/dist/esm/i18n/uk.js +3 -0
  71. package/dist/esm/i18n/vi.js +3 -0
  72. package/dist/esm/i18n/zh.js +3 -0
  73. package/dist/esm/i18n/zh_TW.js +3 -0
  74. package/dist/esm/ui/agent-avatar/generated-avatars/index.js +1 -2
  75. package/dist/esm/ui/agent-dropdown-menu/index.js +1 -2
  76. package/dist/esm/ui/agent-profile-info/index.js +1 -1
  77. package/dist/types/i18n/cs.d.ts +3 -0
  78. package/dist/types/i18n/da.d.ts +3 -0
  79. package/dist/types/i18n/de.d.ts +3 -0
  80. package/dist/types/i18n/es.d.ts +3 -0
  81. package/dist/types/i18n/fi.d.ts +3 -0
  82. package/dist/types/i18n/fr.d.ts +3 -0
  83. package/dist/types/i18n/hu.d.ts +3 -0
  84. package/dist/types/i18n/it.d.ts +3 -0
  85. package/dist/types/i18n/ja.d.ts +3 -0
  86. package/dist/types/i18n/ko.d.ts +3 -0
  87. package/dist/types/i18n/nb.d.ts +3 -0
  88. package/dist/types/i18n/nl.d.ts +3 -0
  89. package/dist/types/i18n/pl.d.ts +3 -0
  90. package/dist/types/i18n/pt_BR.d.ts +3 -0
  91. package/dist/types/i18n/ru.d.ts +3 -0
  92. package/dist/types/i18n/sv.d.ts +3 -0
  93. package/dist/types/i18n/th.d.ts +3 -0
  94. package/dist/types/i18n/tr.d.ts +3 -0
  95. package/dist/types/i18n/uk.d.ts +3 -0
  96. package/dist/types/i18n/vi.d.ts +3 -0
  97. package/dist/types/i18n/zh.d.ts +3 -0
  98. package/dist/types/i18n/zh_TW.d.ts +3 -0
  99. package/dist/types/ui/agent-dropdown-menu/index.d.ts +5 -1
  100. package/dist/types/ui/agent-profile-info/index.d.ts +5 -1
  101. package/dist/types-ts4.5/i18n/cs.d.ts +3 -0
  102. package/dist/types-ts4.5/i18n/da.d.ts +3 -0
  103. package/dist/types-ts4.5/i18n/de.d.ts +3 -0
  104. package/dist/types-ts4.5/i18n/es.d.ts +3 -0
  105. package/dist/types-ts4.5/i18n/fi.d.ts +3 -0
  106. package/dist/types-ts4.5/i18n/fr.d.ts +3 -0
  107. package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
  108. package/dist/types-ts4.5/i18n/it.d.ts +3 -0
  109. package/dist/types-ts4.5/i18n/ja.d.ts +3 -0
  110. package/dist/types-ts4.5/i18n/ko.d.ts +3 -0
  111. package/dist/types-ts4.5/i18n/nb.d.ts +3 -0
  112. package/dist/types-ts4.5/i18n/nl.d.ts +3 -0
  113. package/dist/types-ts4.5/i18n/pl.d.ts +3 -0
  114. package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -0
  115. package/dist/types-ts4.5/i18n/ru.d.ts +3 -0
  116. package/dist/types-ts4.5/i18n/sv.d.ts +3 -0
  117. package/dist/types-ts4.5/i18n/th.d.ts +3 -0
  118. package/dist/types-ts4.5/i18n/tr.d.ts +3 -0
  119. package/dist/types-ts4.5/i18n/uk.d.ts +3 -0
  120. package/dist/types-ts4.5/i18n/vi.d.ts +3 -0
  121. package/dist/types-ts4.5/i18n/zh.d.ts +3 -0
  122. package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -0
  123. package/dist/types-ts4.5/ui/agent-dropdown-menu/index.d.ts +5 -1
  124. package/dist/types-ts4.5/ui/agent-profile-info/index.d.ts +5 -1
  125. package/package.json +4 -4
@@ -5,7 +5,9 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
8
9
  'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
9
11
  'ai-mate.agent-profile-info.deactivated': string;
10
12
  'ai-mate.agent-profile-info.hidden-icon': string;
11
13
  'ai-mate.agent-profile-info.hidden-tooltip': string;
@@ -19,6 +21,7 @@ declare const _default: {
19
21
  'ai-mate.chat-history.empty-state.suggestion3': string;
20
22
  'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
21
23
  'rovo-chat.browse-agents.copy-agent-label': string;
24
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
22
25
  'rovo-chat.view-agent.chat-to-agent-button': string;
23
26
  'rovo-chat.view-agent.copy-link-to-profile': string;
24
27
  'rovo-chat.view-agent.delete-agent': string;
@@ -5,7 +5,9 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
8
9
  'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
9
11
  'ai-mate.agent-profile-info.deactivated': string;
10
12
  'ai-mate.agent-profile-info.hidden-icon': string;
11
13
  'ai-mate.agent-profile-info.hidden-tooltip': string;
@@ -19,6 +21,7 @@ declare const _default: {
19
21
  'ai-mate.chat-history.empty-state.suggestion3': string;
20
22
  'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
21
23
  'rovo-chat.browse-agents.copy-agent-label': string;
24
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
22
25
  'rovo-chat.view-agent.chat-to-agent-button': string;
23
26
  'rovo-chat.view-agent.copy-link-to-profile': string;
24
27
  'rovo-chat.view-agent.delete-agent': string;
@@ -5,7 +5,9 @@
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
7
  declare const _default: {
8
+ 'ai-mate.agent-avatar-label': string;
8
9
  'ai-mate.agent-profile-info.created-by': string;
10
+ 'ai-mate.agent-profile-info.creator': string;
9
11
  'ai-mate.agent-profile-info.deactivated': string;
10
12
  'ai-mate.agent-profile-info.hidden-icon': string;
11
13
  'ai-mate.agent-profile-info.hidden-tooltip': string;
@@ -19,6 +21,7 @@ declare const _default: {
19
21
  'ai-mate.chat-history.empty-state.suggestion3': string;
20
22
  'ai-mate.rovo-agent-components.browse-agents-pill.label': string;
21
23
  'rovo-chat.browse-agents.copy-agent-label': string;
24
+ 'rovo-chat.browse-agents.remove-from-favourites-label': string;
22
25
  'rovo-chat.view-agent.chat-to-agent-button': string;
23
26
  'rovo-chat.view-agent.copy-link-to-profile': string;
24
27
  'rovo-chat.view-agent.delete-agent': string;
@@ -1,4 +1,8 @@
1
- /// <reference types="react" />
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import React from 'react';
2
6
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
3
7
  import { type ButtonProps, IconButton } from '@atlaskit/button/new';
4
8
  import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
@@ -1,4 +1,8 @@
1
- /// <reference types="react" />
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import React from 'react';
2
6
  export declare const AgentProfileCreator: ({ creator, onCreatorLinkClick, isLoading: isLoading, }: {
3
7
  creator?: {
4
8
  type: 'CUSTOMER';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "2.2.2",
3
+ "version": "2.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
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,12 +46,12 @@
46
46
  "@atlaskit/legacy-custom-icons": "^0.22.0",
47
47
  "@atlaskit/logo": "^16.0.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^14.1.0",
49
+ "@atlaskit/primitives": "^14.2.0",
50
50
  "@atlaskit/skeleton": "^2.0.0",
51
- "@atlaskit/tokens": "^4.4.0",
51
+ "@atlaskit/tokens": "^4.5.0",
52
52
  "@atlaskit/tooltip": "^20.0.0",
53
53
  "@babel/runtime": "^7.0.0",
54
- "@compiled/react": "^0.18.2",
54
+ "@compiled/react": "^0.18.3",
55
55
  "react-intl-next": "npm:react-intl@^5.18.1",
56
56
  "react-magnetic-di": "^3.1.4"
57
57
  },