@atlaskit/rovo-agent-components 2.11.0 → 2.11.2

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,20 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 2.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#160753](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160753)
8
+ [`617b50b189e84`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/617b50b189e84) -
9
+ Migrated utility icon usages to core icons with size small
10
+ - Updated dependencies
11
+
12
+ ## 2.11.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 2.11.0
4
19
 
5
20
  ### Minor Changes
@@ -11,7 +11,7 @@ require("./index.compiled.css");
11
11
  var React = _interopRequireWildcard(require("react"));
12
12
  var _runtime = require("@compiled/react/runtime");
13
13
  var _reactIntlNext = require("react-intl-next");
14
- var _starUnstarredStar = _interopRequireDefault(require("@atlaskit/icon/utility/migration/star-unstarred--star"));
14
+ var _starUnstarredStar = _interopRequireDefault(require("@atlaskit/icon/core/migration/star-unstarred--star"));
15
15
  var _compiled = require("@atlaskit/primitives/compiled");
16
16
  var _skeleton = _interopRequireDefault(require("@atlaskit/skeleton"));
17
17
  var _messages = require("./messages");
@@ -35,7 +35,8 @@ var AgentStarCount = exports.AgentStarCount = function AgentStarCount(_ref) {
35
35
  LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
36
36
  color: "currentColor",
37
37
  label: "",
38
- LEGACY_size: "small"
38
+ LEGACY_size: "small",
39
+ size: "small"
39
40
  }), isLoading ? /*#__PURE__*/React.createElement(_skeleton.default, {
40
41
  testId: "agent-profile-info-star-count-skeleton",
41
42
  isShimmering: true,
@@ -3,7 +3,7 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useIntl } from 'react-intl-next';
6
- import StarIcon from '@atlaskit/icon/utility/migration/star-unstarred--star';
6
+ import StarIcon from '@atlaskit/icon/core/migration/star-unstarred--star';
7
7
  import { Box } from '@atlaskit/primitives/compiled';
8
8
  import Skeleton from '@atlaskit/skeleton';
9
9
  import { messages } from './messages';
@@ -27,7 +27,8 @@ export const AgentStarCount = ({
27
27
  LEGACY_margin: `0 ${"var(--ds-space-negative-025, -2px)"}`,
28
28
  color: "currentColor",
29
29
  label: "",
30
- LEGACY_size: "small"
30
+ LEGACY_size: "small",
31
+ size: "small"
31
32
  }), isLoading ? /*#__PURE__*/React.createElement(Skeleton, {
32
33
  testId: "agent-profile-info-star-count-skeleton",
33
34
  isShimmering: true,
@@ -3,7 +3,7 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useIntl } from 'react-intl-next';
6
- import StarIcon from '@atlaskit/icon/utility/migration/star-unstarred--star';
6
+ import StarIcon from '@atlaskit/icon/core/migration/star-unstarred--star';
7
7
  import { Box } from '@atlaskit/primitives/compiled';
8
8
  import Skeleton from '@atlaskit/skeleton';
9
9
  import { messages } from './messages';
@@ -25,7 +25,8 @@ export var AgentStarCount = function AgentStarCount(_ref) {
25
25
  LEGACY_margin: "0 ".concat("var(--ds-space-negative-025, -2px)"),
26
26
  color: "currentColor",
27
27
  label: "",
28
- LEGACY_size: "small"
28
+ LEGACY_size: "small",
29
+ size: "small"
29
30
  }), isLoading ? /*#__PURE__*/React.createElement(Skeleton, {
30
31
  testId: "agent-profile-info-star-count-skeleton",
31
32
  isShimmering: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "2.11.0",
3
+ "version": "2.11.2",
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",
@@ -38,19 +38,19 @@
38
38
  "dependencies": {
39
39
  "@atlaskit/analytics-next": "^11.0.0",
40
40
  "@atlaskit/avatar": "^25.1.0",
41
- "@atlaskit/button": "^23.1.0",
41
+ "@atlaskit/button": "^23.2.0",
42
42
  "@atlaskit/css": "^0.10.0",
43
- "@atlaskit/dropdown-menu": "^15.1.0",
43
+ "@atlaskit/dropdown-menu": "^16.0.0",
44
44
  "@atlaskit/heading": "^5.2.0",
45
- "@atlaskit/icon": "^26.1.0",
45
+ "@atlaskit/icon": "^26.4.0",
46
46
  "@atlaskit/legacy-custom-icons": "^0.22.0",
47
- "@atlaskit/link": "^3.1.0",
48
- "@atlaskit/logo": "^18.0.0",
47
+ "@atlaskit/link": "^3.2.0",
48
+ "@atlaskit/logo": "^18.1.0",
49
49
  "@atlaskit/platform-feature-flags": "^1.1.0",
50
- "@atlaskit/primitives": "^14.7.0",
50
+ "@atlaskit/primitives": "^14.8.0",
51
51
  "@atlaskit/skeleton": "^2.0.0",
52
52
  "@atlaskit/tokens": "^4.9.0",
53
- "@atlaskit/tooltip": "^20.0.0",
53
+ "@atlaskit/tooltip": "^20.1.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@compiled/react": "^0.18.3",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1",