@atlaskit/link-datasource 3.4.2 → 3.5.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,13 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#150064](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/150064)
8
+ [`591b4e842471b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/591b4e842471b) -
9
+ [ux] Enable new icons behind a feature flag.
10
+
3
11
  ## 3.4.2
4
12
 
5
13
  ### Patch Changes
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
  var _avatar = _interopRequireDefault(require("@atlaskit/avatar"));
10
- var _peopleGroup = _interopRequireDefault(require("@atlaskit/icon/glyph/people-group"));
10
+ var _peopleGroup = _interopRequireDefault(require("@atlaskit/icon/core/migration/people-group"));
11
11
  var _lozenge = _interopRequireDefault(require("@atlaskit/lozenge"));
12
12
  var _primitives = require("@atlaskit/primitives");
13
13
  var commonLabelStyles = (0, _primitives.xcss)({
@@ -59,7 +59,8 @@ var AvatarOptionLabel = function AvatarOptionLabel(_ref3) {
59
59
  justifyContent: "center",
60
60
  xcss: groupWrapperStyles
61
61
  }, /*#__PURE__*/_react.default.createElement(_peopleGroup.default, {
62
- size: "small",
62
+ color: "currentColor",
63
+ LEGACY_size: "small",
63
64
  label: ""
64
65
  })) : /*#__PURE__*/_react.default.createElement(_avatar.default, {
65
66
  appearance: data.isSquare ? 'square' : 'circle',
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import Avatar from '@atlaskit/avatar';
3
- import PeopleGroupIcon from '@atlaskit/icon/glyph/people-group';
3
+ import PeopleGroupIcon from '@atlaskit/icon/core/migration/people-group';
4
4
  import Lozenge from '@atlaskit/lozenge';
5
5
  import { Box, Flex, xcss } from '@atlaskit/primitives';
6
6
  const commonLabelStyles = xcss({
@@ -57,7 +57,8 @@ const AvatarOptionLabel = ({
57
57
  justifyContent: "center",
58
58
  xcss: groupWrapperStyles
59
59
  }, /*#__PURE__*/React.createElement(PeopleGroupIcon, {
60
- size: "small",
60
+ color: "currentColor",
61
+ LEGACY_size: "small",
61
62
  label: ""
62
63
  })) : /*#__PURE__*/React.createElement(Avatar, {
63
64
  appearance: data.isSquare ? 'square' : 'circle',
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import Avatar from '@atlaskit/avatar';
3
- import PeopleGroupIcon from '@atlaskit/icon/glyph/people-group';
3
+ import PeopleGroupIcon from '@atlaskit/icon/core/migration/people-group';
4
4
  import Lozenge from '@atlaskit/lozenge';
5
5
  import { Box, Flex, xcss } from '@atlaskit/primitives';
6
6
  var commonLabelStyles = xcss({
@@ -52,7 +52,8 @@ var AvatarOptionLabel = function AvatarOptionLabel(_ref3) {
52
52
  justifyContent: "center",
53
53
  xcss: groupWrapperStyles
54
54
  }, /*#__PURE__*/React.createElement(PeopleGroupIcon, {
55
- size: "small",
55
+ color: "currentColor",
56
+ LEGACY_size: "small",
56
57
  label: ""
57
58
  })) : /*#__PURE__*/React.createElement(Avatar, {
58
59
  appearance: data.isSquare ? 'square' : 'circle',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "3.4.2",
3
+ "version": "3.5.0",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/flag": "^15.8.0",
49
49
  "@atlaskit/form": "^10.5.0",
50
50
  "@atlaskit/heading": "^2.4.0",
51
- "@atlaskit/icon": "^22.21.0",
51
+ "@atlaskit/icon": "^22.22.0",
52
52
  "@atlaskit/icon-object": "^6.5.0",
53
53
  "@atlaskit/image": "^1.3.0",
54
54
  "@atlaskit/inline-edit": "^13.7.0",
@@ -72,7 +72,7 @@
72
72
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
73
73
  "@atlaskit/primitives": "^12.2.0",
74
74
  "@atlaskit/select": "^18.0.0",
75
- "@atlaskit/smart-card": "^29.0.0",
75
+ "@atlaskit/smart-card": "^29.1.0",
76
76
  "@atlaskit/smart-user-picker": "6.10.3",
77
77
  "@atlaskit/spinner": "^16.3.0",
78
78
  "@atlaskit/tag": "^12.6.0",