@atlaskit/icon 25.1.0 → 25.2.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 +39 -0
- package/core/issue.d.ts +4 -1
- package/core/issue.js +2 -2
- package/core/issues.d.ts +4 -1
- package/core/issues.js +2 -2
- package/core/migration/issue.js +2 -2
- package/core/migration/issues.js +2 -2
- package/core/migration/sidebar-right--detail-view.js +2 -2
- package/core/migration/sidebar-right--room-menu.js +2 -2
- package/core/sidebar-left.d.ts +4 -1
- package/core/sidebar-left.js +2 -2
- package/core/sidebar-right.d.ts +4 -1
- package/core/sidebar-right.js +2 -2
- package/core/text-underline.js +2 -2
- package/dist/cjs/deprecated-core.js +13 -1
- package/dist/cjs/metadata-core.js +27 -7
- package/dist/es2019/deprecated-core.js +13 -1
- package/dist/es2019/metadata-core.js +27 -7
- package/dist/esm/deprecated-core.js +13 -1
- package/dist/esm/metadata-core.js +27 -7
- package/dist/types/deprecated-core.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +1 -1
- package/svgs/core/text-underline.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @atlaskit/icon
|
|
2
2
|
|
|
3
|
+
## 25.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#132394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132394)
|
|
8
|
+
[`8c4b7d72f9c69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c4b7d72f9c69) -
|
|
9
|
+
This release updates and deprecates icons in `@atlaskit/icon`.
|
|
10
|
+
|
|
11
|
+
### Updated:
|
|
12
|
+
|
|
13
|
+
**`@atlaskit/icon/core`**
|
|
14
|
+
|
|
15
|
+
- `text-underline`
|
|
16
|
+
|
|
17
|
+
### Deprecated:
|
|
18
|
+
|
|
19
|
+
**`@atlaskit/icon/core`**
|
|
20
|
+
|
|
21
|
+
- `border-weight-medium`
|
|
22
|
+
- `border-weight-thick`
|
|
23
|
+
- `border-weight-thin`
|
|
24
|
+
- `content-align-center`
|
|
25
|
+
- `content-align-left`
|
|
26
|
+
- `content-align-right`
|
|
27
|
+
- `drag-handle`
|
|
28
|
+
- `align-center`
|
|
29
|
+
- `align-left`
|
|
30
|
+
- `align-right`
|
|
31
|
+
|
|
32
|
+
### Deprecated:
|
|
33
|
+
|
|
34
|
+
**`@atlaskit/icon/utility`**
|
|
35
|
+
|
|
36
|
+
- `drag-handle`
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
|
|
3
42
|
## 25.1.0
|
|
4
43
|
|
|
5
44
|
### Minor Changes
|
package/core/issue.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f7578167a72b21ee10668ef9d25c9b02>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const IssueIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/issue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f1a34ab85cae43bfcc557db6c87d2e59>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Issue".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for representing work items.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/issues.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::8a4d7a4871d4885aa36887176acf086c>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const IssuesIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/issues.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::756d4fa5fd77b2680e9e19bf5f6c468d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "Issues".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance:
|
|
19
|
+
* Usage guidance: Reserved for representing multiple work items.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/migration/issue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::20c4153f88370509387fcb931f8e0884>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for representing work items.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/migration/issues.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::540b588acaf0422e358accf8cfb04725>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance:
|
|
22
|
+
* Usage guidance: Reserved for representing multiple work items.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::07e9a2b593bf5e9366acb4ee47ef2d98>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for opening a sidebar to the right of the viewport edge.
|
|
22
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::e58e7b589be250667f707f9830c9b76b>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
19
19
|
*
|
|
20
20
|
* Category: single-purpose
|
|
21
21
|
* Location: @atlaskit/icon
|
|
22
|
-
* Usage guidance: Reserved for opening a sidebar to the right of the viewport edge.
|
|
22
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
|
|
23
23
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
24
24
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
25
25
|
*/
|
package/core/sidebar-left.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::d0e4c891ef1d66a3e91395c56a26bd8d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SidebarLeftIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/sidebar-left.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::bbf0a620b439f947d4e41cc4cd52674e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "SidebarLeft".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for opening a sidebar to the left of the viewport edge.
|
|
19
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/sidebar-right.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b5679f9c6d7e1de9322d308af9e73f2a>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
|
|
8
8
|
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”
|
|
11
|
+
*/
|
|
9
12
|
declare const SidebarRightIcon: {
|
|
10
13
|
(props: NewCoreIconProps): JSX.Element;
|
|
11
14
|
displayName: string;
|
package/core/sidebar-right.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::0baa35972d89eacaa977962f4f53337e>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
16
16
|
* Icon: "SidebarRight".
|
|
17
17
|
* Category: single-purpose
|
|
18
18
|
* Location: @atlaskit/icon
|
|
19
|
-
* Usage guidance: Reserved for opening a sidebar to the right of the viewport edge.
|
|
19
|
+
* Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
|
|
20
20
|
* - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
package/core/text-underline.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::9a8fc19af895cf97d1b251e7bb8b6f2d>>
|
|
4
4
|
* @codegenCommand yarn build:icon-glyphs
|
|
5
5
|
*/
|
|
6
6
|
"use strict";
|
|
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
21
21
|
* - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
|
|
22
22
|
*/
|
|
23
23
|
const TextUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
|
|
24
|
-
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3
|
|
24
|
+
dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.5 8V1H5v7a3 3 0 0 0 6 0V1h1.5v7a4.5 4.5 0 1 1-9 0M0 16v-1.5h16V16z" clip-rule="evenodd"/>`
|
|
25
25
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
26
26
|
}, props));
|
|
27
27
|
TextUnderlineIcon.displayName = 'TextUnderlineIcon';
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
var deprecatedIcons = {
|
|
@@ -43,6 +43,18 @@ var deprecatedIcons = {
|
|
|
43
43
|
'@atlaskit/icon/core/drag-handle': {
|
|
44
44
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
45
45
|
},
|
|
46
|
+
'@atlaskit/icon/core/issue': {
|
|
47
|
+
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/core/issues': {
|
|
50
|
+
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
52
|
+
'@atlaskit/icon/core/sidebar-left': {
|
|
53
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
|
|
54
|
+
},
|
|
55
|
+
'@atlaskit/icon/core/sidebar-right': {
|
|
56
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
|
|
57
|
+
},
|
|
46
58
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
47
59
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
48
60
|
},
|
|
@@ -9,7 +9,7 @@ exports.default = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
|
|
13
13
|
* @codegenCommand yarn build:icon-glyphs
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -1598,23 +1598,33 @@ var metadata = {
|
|
|
1598
1598
|
slackChannel: '#icon-contributions'
|
|
1599
1599
|
},
|
|
1600
1600
|
issue: {
|
|
1601
|
-
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', '
|
|
1601
|
+
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
|
|
1602
1602
|
componentName: 'IssueIcon',
|
|
1603
1603
|
package: '@atlaskit/icon/core/issue',
|
|
1604
1604
|
oldName: ['issue'],
|
|
1605
1605
|
type: 'core',
|
|
1606
|
+
replacement: {
|
|
1607
|
+
name: 'work-item',
|
|
1608
|
+
type: 'core',
|
|
1609
|
+
location: '@atlaskit/icon'
|
|
1610
|
+
},
|
|
1606
1611
|
categorization: 'single-purpose',
|
|
1607
|
-
usage: '
|
|
1612
|
+
usage: 'Reserved for representing work items.',
|
|
1608
1613
|
team: 'Design System Team'
|
|
1609
1614
|
},
|
|
1610
1615
|
issues: {
|
|
1611
|
-
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick'],
|
|
1616
|
+
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
1612
1617
|
componentName: 'IssuesIcon',
|
|
1613
1618
|
package: '@atlaskit/icon/core/issues',
|
|
1614
1619
|
oldName: ['issues'],
|
|
1615
1620
|
type: 'core',
|
|
1621
|
+
replacement: {
|
|
1622
|
+
name: 'work-items',
|
|
1623
|
+
type: 'core',
|
|
1624
|
+
location: '@atlaskit/icon'
|
|
1625
|
+
},
|
|
1616
1626
|
categorization: 'single-purpose',
|
|
1617
|
-
usage: '
|
|
1627
|
+
usage: 'Reserved for representing multiple work items.',
|
|
1618
1628
|
team: 'Design System Team'
|
|
1619
1629
|
},
|
|
1620
1630
|
'key-result': {
|
|
@@ -2645,8 +2655,13 @@ var metadata = {
|
|
|
2645
2655
|
componentName: 'SidebarLeftIcon',
|
|
2646
2656
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
2647
2657
|
type: 'core',
|
|
2658
|
+
replacement: {
|
|
2659
|
+
name: 'drawer-left',
|
|
2660
|
+
type: 'core',
|
|
2661
|
+
location: '@atlaskit/icon'
|
|
2662
|
+
},
|
|
2648
2663
|
categorization: 'single-purpose',
|
|
2649
|
-
usage: 'Reserved for opening a sidebar to the left of the viewport edge.',
|
|
2664
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
2650
2665
|
team: 'Design System Team'
|
|
2651
2666
|
},
|
|
2652
2667
|
'sidebar-right': {
|
|
@@ -2655,8 +2670,13 @@ var metadata = {
|
|
|
2655
2670
|
package: '@atlaskit/icon/core/sidebar-right',
|
|
2656
2671
|
oldName: ['detail-view', 'room-menu'],
|
|
2657
2672
|
type: 'core',
|
|
2673
|
+
replacement: {
|
|
2674
|
+
name: 'drawer-right',
|
|
2675
|
+
type: 'core',
|
|
2676
|
+
location: '@atlaskit/icon'
|
|
2677
|
+
},
|
|
2658
2678
|
categorization: 'single-purpose',
|
|
2659
|
-
usage: 'Reserved for opening a sidebar to the right of the viewport edge.',
|
|
2679
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
2660
2680
|
team: 'Design System Team'
|
|
2661
2681
|
},
|
|
2662
2682
|
'smart-link': {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
const deprecatedIcons = {
|
|
@@ -37,6 +37,18 @@ const deprecatedIcons = {
|
|
|
37
37
|
'@atlaskit/icon/core/drag-handle': {
|
|
38
38
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
39
39
|
},
|
|
40
|
+
'@atlaskit/icon/core/issue': {
|
|
41
|
+
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
42
|
+
},
|
|
43
|
+
'@atlaskit/icon/core/issues': {
|
|
44
|
+
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/core/sidebar-left': {
|
|
47
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/core/sidebar-right': {
|
|
50
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
40
52
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
41
53
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
42
54
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1592,23 +1592,33 @@ const metadata = {
|
|
|
1592
1592
|
slackChannel: '#icon-contributions'
|
|
1593
1593
|
},
|
|
1594
1594
|
issue: {
|
|
1595
|
-
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', '
|
|
1595
|
+
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
|
|
1596
1596
|
componentName: 'IssueIcon',
|
|
1597
1597
|
package: '@atlaskit/icon/core/issue',
|
|
1598
1598
|
oldName: ['issue'],
|
|
1599
1599
|
type: 'core',
|
|
1600
|
+
replacement: {
|
|
1601
|
+
name: 'work-item',
|
|
1602
|
+
type: 'core',
|
|
1603
|
+
location: '@atlaskit/icon'
|
|
1604
|
+
},
|
|
1600
1605
|
categorization: 'single-purpose',
|
|
1601
|
-
usage: '
|
|
1606
|
+
usage: 'Reserved for representing work items.',
|
|
1602
1607
|
team: 'Design System Team'
|
|
1603
1608
|
},
|
|
1604
1609
|
issues: {
|
|
1605
|
-
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick'],
|
|
1610
|
+
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
1606
1611
|
componentName: 'IssuesIcon',
|
|
1607
1612
|
package: '@atlaskit/icon/core/issues',
|
|
1608
1613
|
oldName: ['issues'],
|
|
1609
1614
|
type: 'core',
|
|
1615
|
+
replacement: {
|
|
1616
|
+
name: 'work-items',
|
|
1617
|
+
type: 'core',
|
|
1618
|
+
location: '@atlaskit/icon'
|
|
1619
|
+
},
|
|
1610
1620
|
categorization: 'single-purpose',
|
|
1611
|
-
usage: '
|
|
1621
|
+
usage: 'Reserved for representing multiple work items.',
|
|
1612
1622
|
team: 'Design System Team'
|
|
1613
1623
|
},
|
|
1614
1624
|
'key-result': {
|
|
@@ -2639,8 +2649,13 @@ const metadata = {
|
|
|
2639
2649
|
componentName: 'SidebarLeftIcon',
|
|
2640
2650
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
2641
2651
|
type: 'core',
|
|
2652
|
+
replacement: {
|
|
2653
|
+
name: 'drawer-left',
|
|
2654
|
+
type: 'core',
|
|
2655
|
+
location: '@atlaskit/icon'
|
|
2656
|
+
},
|
|
2642
2657
|
categorization: 'single-purpose',
|
|
2643
|
-
usage: 'Reserved for opening a sidebar to the left of the viewport edge.',
|
|
2658
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
2644
2659
|
team: 'Design System Team'
|
|
2645
2660
|
},
|
|
2646
2661
|
'sidebar-right': {
|
|
@@ -2649,8 +2664,13 @@ const metadata = {
|
|
|
2649
2664
|
package: '@atlaskit/icon/core/sidebar-right',
|
|
2650
2665
|
oldName: ['detail-view', 'room-menu'],
|
|
2651
2666
|
type: 'core',
|
|
2667
|
+
replacement: {
|
|
2668
|
+
name: 'drawer-right',
|
|
2669
|
+
type: 'core',
|
|
2670
|
+
location: '@atlaskit/icon'
|
|
2671
|
+
},
|
|
2652
2672
|
categorization: 'single-purpose',
|
|
2653
|
-
usage: 'Reserved for opening a sidebar to the right of the viewport edge.',
|
|
2673
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
2654
2674
|
team: 'Design System Team'
|
|
2655
2675
|
},
|
|
2656
2676
|
'smart-link': {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
var deprecatedIcons = {
|
|
@@ -37,6 +37,18 @@ var deprecatedIcons = {
|
|
|
37
37
|
'@atlaskit/icon/core/drag-handle': {
|
|
38
38
|
message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
|
|
39
39
|
},
|
|
40
|
+
'@atlaskit/icon/core/issue': {
|
|
41
|
+
message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
|
|
42
|
+
},
|
|
43
|
+
'@atlaskit/icon/core/issues': {
|
|
44
|
+
message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
|
|
45
|
+
},
|
|
46
|
+
'@atlaskit/icon/core/sidebar-left': {
|
|
47
|
+
message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
|
|
48
|
+
},
|
|
49
|
+
'@atlaskit/icon/core/sidebar-right': {
|
|
50
|
+
message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
|
|
51
|
+
},
|
|
40
52
|
'@atlaskit/icon/core/migration/align-center--editor-align-center': {
|
|
41
53
|
message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
|
|
42
54
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1592,23 +1592,33 @@ var metadata = {
|
|
|
1592
1592
|
slackChannel: '#icon-contributions'
|
|
1593
1593
|
},
|
|
1594
1594
|
issue: {
|
|
1595
|
-
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', '
|
|
1595
|
+
keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
|
|
1596
1596
|
componentName: 'IssueIcon',
|
|
1597
1597
|
package: '@atlaskit/icon/core/issue',
|
|
1598
1598
|
oldName: ['issue'],
|
|
1599
1599
|
type: 'core',
|
|
1600
|
+
replacement: {
|
|
1601
|
+
name: 'work-item',
|
|
1602
|
+
type: 'core',
|
|
1603
|
+
location: '@atlaskit/icon'
|
|
1604
|
+
},
|
|
1600
1605
|
categorization: 'single-purpose',
|
|
1601
|
-
usage: '
|
|
1606
|
+
usage: 'Reserved for representing work items.',
|
|
1602
1607
|
team: 'Design System Team'
|
|
1603
1608
|
},
|
|
1604
1609
|
issues: {
|
|
1605
|
-
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick'],
|
|
1610
|
+
keywords: ['issues', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
|
|
1606
1611
|
componentName: 'IssuesIcon',
|
|
1607
1612
|
package: '@atlaskit/icon/core/issues',
|
|
1608
1613
|
oldName: ['issues'],
|
|
1609
1614
|
type: 'core',
|
|
1615
|
+
replacement: {
|
|
1616
|
+
name: 'work-items',
|
|
1617
|
+
type: 'core',
|
|
1618
|
+
location: '@atlaskit/icon'
|
|
1619
|
+
},
|
|
1610
1620
|
categorization: 'single-purpose',
|
|
1611
|
-
usage: '
|
|
1621
|
+
usage: 'Reserved for representing multiple work items.',
|
|
1612
1622
|
team: 'Design System Team'
|
|
1613
1623
|
},
|
|
1614
1624
|
'key-result': {
|
|
@@ -2639,8 +2649,13 @@ var metadata = {
|
|
|
2639
2649
|
componentName: 'SidebarLeftIcon',
|
|
2640
2650
|
package: '@atlaskit/icon/core/sidebar-left',
|
|
2641
2651
|
type: 'core',
|
|
2652
|
+
replacement: {
|
|
2653
|
+
name: 'drawer-left',
|
|
2654
|
+
type: 'core',
|
|
2655
|
+
location: '@atlaskit/icon'
|
|
2656
|
+
},
|
|
2642
2657
|
categorization: 'single-purpose',
|
|
2643
|
-
usage: 'Reserved for opening a sidebar to the left of the viewport edge.',
|
|
2658
|
+
usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
|
|
2644
2659
|
team: 'Design System Team'
|
|
2645
2660
|
},
|
|
2646
2661
|
'sidebar-right': {
|
|
@@ -2649,8 +2664,13 @@ var metadata = {
|
|
|
2649
2664
|
package: '@atlaskit/icon/core/sidebar-right',
|
|
2650
2665
|
oldName: ['detail-view', 'room-menu'],
|
|
2651
2666
|
type: 'core',
|
|
2667
|
+
replacement: {
|
|
2668
|
+
name: 'drawer-right',
|
|
2669
|
+
type: 'core',
|
|
2670
|
+
location: '@atlaskit/icon'
|
|
2671
|
+
},
|
|
2652
2672
|
categorization: 'single-purpose',
|
|
2653
|
-
usage: 'Reserved for opening a sidebar to the right of the viewport edge.',
|
|
2673
|
+
usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
|
|
2654
2674
|
team: 'Design System Team'
|
|
2655
2675
|
},
|
|
2656
2676
|
'smart-link': {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
declare const deprecatedIcons: Record<string, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3.5 8V1H5v7a3 3 0 0 0 6 0V1h1.5v7a4.5 4.5 0 1 1-9 0M0 16v-1.5h16V16z" clip-rule="evenodd"/></svg>
|