@atlaskit/rovo-agent-components 3.16.2 → 3.18.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 3.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`521db26fb5a9c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/521db26fb5a9c) -
8
+ Remove internal barrel file calls
9
+
10
+ ## 3.17.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
15
+ Removed usages of LEGACY icon props
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 3.16.2
4
22
 
5
23
  ### Patch Changes
@@ -31,10 +31,8 @@ var AgentStarCount = exports.AgentStarCount = function AgentStarCount(_ref) {
31
31
  return /*#__PURE__*/React.createElement(_compiled.Box, {
32
32
  xcss: styles.count
33
33
  }, /*#__PURE__*/React.createElement(_starUnstarred.default, {
34
- LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
35
34
  color: "currentColor",
36
35
  label: "",
37
- LEGACY_size: "small",
38
36
  size: "small"
39
37
  }), isLoading ? /*#__PURE__*/React.createElement(_skeleton.default, {
40
38
  testId: "agent-profile-info-star-count-skeleton",
@@ -24,10 +24,8 @@ export const AgentStarCount = ({
24
24
  return /*#__PURE__*/React.createElement(Box, {
25
25
  xcss: styles.count
26
26
  }, /*#__PURE__*/React.createElement(StarIcon, {
27
- LEGACY_margin: `0 ${"var(--ds-space-negative-025, -2px)"}`,
28
27
  color: "currentColor",
29
28
  label: "",
30
- LEGACY_size: "small",
31
29
  size: "small"
32
30
  }), isLoading ? /*#__PURE__*/React.createElement(Skeleton, {
33
31
  testId: "agent-profile-info-star-count-skeleton",
@@ -22,10 +22,8 @@ export var AgentStarCount = function AgentStarCount(_ref) {
22
22
  return /*#__PURE__*/React.createElement(Box, {
23
23
  xcss: styles.count
24
24
  }, /*#__PURE__*/React.createElement(StarIcon, {
25
- LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
26
25
  color: "currentColor",
27
26
  label: "",
28
- LEGACY_size: "small",
29
27
  size: "small"
30
28
  }), isLoading ? /*#__PURE__*/React.createElement(Skeleton, {
31
29
  testId: "agent-profile-info-star-count-skeleton",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "3.16.2",
3
+ "version": "3.18.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
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
36
36
  "@atlaskit/analytics-next": "^11.1.0",
37
- "@atlaskit/avatar": "^25.6.0",
37
+ "@atlaskit/avatar": "^25.7.0",
38
38
  "@atlaskit/button": "^23.9.0",
39
39
  "@atlaskit/css": "^0.19.0",
40
- "@atlaskit/dropdown-menu": "^16.3.0",
40
+ "@atlaskit/dropdown-menu": "^16.4.0",
41
41
  "@atlaskit/heading": "^5.2.0",
42
- "@atlaskit/icon": "^29.3.0",
43
- "@atlaskit/link": "^3.2.0",
42
+ "@atlaskit/icon": "^29.4.0",
43
+ "@atlaskit/link": "^3.3.0",
44
44
  "@atlaskit/logo": "^19.9.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/primitives": "^17.0.0",
47
47
  "@atlaskit/skeleton": "^2.1.0",
48
- "@atlaskit/tokens": "^9.0.0",
49
- "@atlaskit/tooltip": "^20.11.0",
48
+ "@atlaskit/tokens": "^9.1.0",
49
+ "@atlaskit/tooltip": "^20.12.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@compiled/react": "^0.18.6",
52
52
  "react-dom": "^18.2.0",