@atlaskit/teams-public 0.41.0 → 0.42.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 +12 -0
- package/dist/cjs/ui/team-containers/linked-container-card/index.js +2 -2
- package/dist/cjs/ui/team-containers/team-link-card/index.js +2 -2
- package/dist/es2019/ui/team-containers/linked-container-card/index.js +1 -1
- package/dist/es2019/ui/team-containers/team-link-card/index.js +1 -1
- package/dist/esm/ui/team-containers/linked-container-card/index.js +1 -1
- package/dist/esm/ui/team-containers/team-link-card/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/teams-public
|
|
2
2
|
|
|
3
|
+
## 0.42.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#175869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175869)
|
|
8
|
+
[`e7f822af7edc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7f822af7edc1) -
|
|
9
|
+
Updated usages of deprecated icons with replacement icons
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 0.41.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -16,7 +16,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
16
16
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
17
17
|
var _avatar = _interopRequireDefault(require("@atlaskit/avatar"));
|
|
18
18
|
var _new = require("@atlaskit/button/new");
|
|
19
|
-
var
|
|
19
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
20
20
|
var _link = _interopRequireDefault(require("@atlaskit/link"));
|
|
21
21
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
22
22
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
@@ -165,7 +165,7 @@ var LinkedContainerCard = exports.LinkedContainerCard = function LinkedContainer
|
|
|
165
165
|
label: "disconnect the container ".concat(title),
|
|
166
166
|
appearance: "subtle",
|
|
167
167
|
icon: function icon(iconProps) {
|
|
168
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
168
|
+
return /*#__PURE__*/_react.default.createElement(_cross.default, (0, _extends2.default)({}, iconProps, {
|
|
169
169
|
size: "small"
|
|
170
170
|
}));
|
|
171
171
|
},
|
|
@@ -18,7 +18,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
18
18
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
19
19
|
var _new = require("@atlaskit/button/new");
|
|
20
20
|
var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
|
|
21
|
-
var
|
|
21
|
+
var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
|
|
22
22
|
var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
23
23
|
var _link = _interopRequireDefault(require("@atlaskit/link"));
|
|
24
24
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
@@ -231,7 +231,7 @@ var TeamLinkCard = exports.TeamLinkCard = function TeamLinkCard(_ref) {
|
|
|
231
231
|
label: "disconnect the container ".concat(title),
|
|
232
232
|
appearance: "subtle",
|
|
233
233
|
icon: function icon(iconProps) {
|
|
234
|
-
return /*#__PURE__*/_react.default.createElement(
|
|
234
|
+
return /*#__PURE__*/_react.default.createElement(_cross.default, (0, _extends2.default)({}, iconProps, {
|
|
235
235
|
size: "small"
|
|
236
236
|
}));
|
|
237
237
|
},
|
|
@@ -7,7 +7,7 @@ import { defineMessages, useIntl } from 'react-intl-next';
|
|
|
7
7
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
8
8
|
import Avatar from '@atlaskit/avatar';
|
|
9
9
|
import { IconButton } from '@atlaskit/button/new';
|
|
10
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
10
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
11
11
|
import Link from '@atlaskit/link';
|
|
12
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
13
|
import { Box, Flex, Inline, Stack, Text } from '@atlaskit/primitives/compiled';
|
|
@@ -7,7 +7,7 @@ import { defineMessages, useIntl } from 'react-intl-next';
|
|
|
7
7
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
8
8
|
import { IconButton } from '@atlaskit/button/new';
|
|
9
9
|
import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
|
|
10
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
10
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
11
11
|
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
12
12
|
import Link from '@atlaskit/link';
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -8,7 +8,7 @@ import { defineMessages, useIntl } from 'react-intl-next';
|
|
|
8
8
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
9
9
|
import Avatar from '@atlaskit/avatar';
|
|
10
10
|
import { IconButton } from '@atlaskit/button/new';
|
|
11
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
11
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
12
12
|
import Link from '@atlaskit/link';
|
|
13
13
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
14
|
import { Box, Flex, Inline, Stack, Text } from '@atlaskit/primitives/compiled';
|
|
@@ -13,7 +13,7 @@ import { defineMessages, useIntl } from 'react-intl-next';
|
|
|
13
13
|
import { useAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
14
14
|
import { IconButton } from '@atlaskit/button/new';
|
|
15
15
|
import DropdownMenu, { DropdownItem, DropdownItemGroup } from '@atlaskit/dropdown-menu';
|
|
16
|
-
import CrossIcon from '@atlaskit/icon/core/
|
|
16
|
+
import CrossIcon from '@atlaskit/icon/core/cross';
|
|
17
17
|
import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
18
18
|
import Link from '@atlaskit/link';
|
|
19
19
|
import { fg } from '@atlaskit/platform-feature-flags';
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/dropdown-menu": "^16.1.0",
|
|
37
37
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
38
38
|
"@atlaskit/heading": "^5.2.0",
|
|
39
|
-
"@atlaskit/icon": "^27.
|
|
39
|
+
"@atlaskit/icon": "^27.3.0",
|
|
40
40
|
"@atlaskit/image": "^3.0.0",
|
|
41
41
|
"@atlaskit/link": "^3.2.0",
|
|
42
42
|
"@atlaskit/logo": "^19.5.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"name": "@atlaskit/teams-public",
|
|
116
|
-
"version": "0.
|
|
116
|
+
"version": "0.42.0",
|
|
117
117
|
"description": "Public components related to teams",
|
|
118
118
|
"author": "Atlassian Pty Ltd",
|
|
119
119
|
"license": "Apache-2.0",
|