@atlaskit/icon 25.0.2 → 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.
Files changed (41) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/core/accessibility.d.ts +13 -0
  3. package/core/accessibility.js +28 -0
  4. package/core/drawer-left.d.ts +13 -0
  5. package/core/drawer-left.js +28 -0
  6. package/core/drawer-right.d.ts +13 -0
  7. package/core/drawer-right.js +28 -0
  8. package/core/issue.d.ts +4 -1
  9. package/core/issue.js +2 -2
  10. package/core/issues.d.ts +4 -1
  11. package/core/issues.js +2 -2
  12. package/core/migration/issue.js +2 -2
  13. package/core/migration/issues.js +2 -2
  14. package/core/migration/sidebar-right--detail-view.js +2 -2
  15. package/core/migration/sidebar-right--room-menu.js +2 -2
  16. package/core/sidebar-left.d.ts +4 -1
  17. package/core/sidebar-left.js +2 -2
  18. package/core/sidebar-right.d.ts +4 -1
  19. package/core/sidebar-right.js +2 -2
  20. package/core/text-underline.js +2 -2
  21. package/core/work-item.d.ts +13 -0
  22. package/core/work-item.js +28 -0
  23. package/core/work-items.d.ts +13 -0
  24. package/core/work-items.js +28 -0
  25. package/dist/cjs/deprecated-core.js +13 -1
  26. package/dist/cjs/metadata-core.js +73 -7
  27. package/dist/es2019/deprecated-core.js +13 -1
  28. package/dist/es2019/metadata-core.js +73 -7
  29. package/dist/esm/deprecated-core.js +13 -1
  30. package/dist/esm/metadata-core.js +73 -7
  31. package/dist/types/deprecated-core.d.ts +1 -1
  32. package/dist/types/metadata-core.d.ts +1 -1
  33. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  34. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  35. package/package.json +3 -3
  36. package/svgs/core/accessibility.svg +1 -0
  37. package/svgs/core/drawer-left.svg +1 -0
  38. package/svgs/core/drawer-right.svg +1 -0
  39. package/svgs/core/text-underline.svg +1 -1
  40. package/svgs/core/work-item.svg +1 -0
  41. package/svgs/core/work-items.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
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
+
42
+ ## 25.1.0
43
+
44
+ ### Minor Changes
45
+
46
+ - [#131966](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131966)
47
+ [`bb527c6817e2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb527c6817e2b) -
48
+ This release adds icons in `@atlaskit/icon`.
49
+
50
+ ### Added:
51
+
52
+ **`@atlaskit/icon/core`**
53
+
54
+ - `accessibility`
55
+ - `drawer-left`
56
+ - `drawer-right`
57
+ - `work-item`
58
+ - `work-items`
59
+
3
60
  ## 25.0.2
4
61
 
5
62
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::791047e86e377ffb57290259350f2f14>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AccessibilityIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AccessibilityIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::08ab2d60b40df9256e93897d699ae09c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "Accessibility".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for representing accessibility and accessibility-related features and settings
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const AccessibilityIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 2.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M6.77 8H2V6.5h12V8H9.23l3.18 6.16-1.33.69L8 8.88l-3.08 5.96-1.33-.69z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ AccessibilityIcon.displayName = 'AccessibilityIcon';
28
+ var _default = exports.default = AccessibilityIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e8204eddc3f5549654b5eb5066f09327>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DrawerLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DrawerLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e365e632c54e433331f32a6e8a891c81>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DrawerLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DrawerLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DrawerLeftIcon.displayName = 'DrawerLeftIcon';
28
+ var _default = exports.default = DrawerLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f765f5f051dfb0c2aca563f189e1997f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DrawerRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DrawerRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::63a1f44437aa60176f53be742bda56ec>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "DrawerRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const DrawerRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8.5v9zm-1-6h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DrawerRightIcon.displayName = 'DrawerRightIcon';
28
+ var _default = exports.default = DrawerRightIcon;
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::e33b700fef280fb12a0c6ae413c61025>>
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::657d8b21298f4112d2120eaf7f6b95f5>>
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: Single purpose - Reserved for issues in Jira.
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::7ebfab6ecaa622e166405c3f95a8caf4>>
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::b9ecec8f3c8440f7914cda24dbba6c18>>
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: Single purpose - Reserved for multiple issues in Jira.
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
  */
@@ -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::b7f27e4837e9b70aa04ca488f27f5e80>>
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: Single purpose - Reserved for issues in Jira.
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
  */
@@ -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::a3faab1bcefe19c563b672d584f3c7fc>>
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: Single purpose - Reserved for multiple issues in Jira.
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::00cea2ae6faa0de55ee8d1dcf59fae37>>
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::665cedeca88a2eec6e1135109f4035d1>>
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
  */
@@ -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::84878742fb14b5de8358ced41ae7ad27>>
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;
@@ -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::ac88a118102db0ff0962b7e8a1adae3a>>
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
  */
@@ -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::d24e69f00b14c3c5f40c242b8e289487>>
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;
@@ -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::e48313162ec5dca3aec3aff777e17923>>
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
  */
@@ -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::6be31db7cc8cc7ac6cf9eec5de5a6b78>>
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 8V1h1.5v7a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3V1H13v7a4.5 4.5 0 0 1-4.5 4.5h-1A4.5 4.5 0 0 1 3 8m-2 6.5h14V16H1z" clip-rule="evenodd"/>`
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';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1f2f8498a0c1aeb4b5f051086da2c030>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorkItemIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorkItemIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ad24cecf3159849c56dfb3b17e77c4ea>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "WorkItem".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for representing work items.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WorkItemIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ WorkItemIcon.displayName = 'WorkItemIcon';
28
+ var _default = exports.default = WorkItemIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5dc734fdf17d3a420e78d47d0026f6c3>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WorkItemsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WorkItemsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c4ae6cbf448d83dbeec4b01140533b0d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "WorkItems".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for representing multiple work items.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const WorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ WorkItemsIcon.displayName = 'WorkItemsIcon';
28
+ var _default = exports.default = WorkItemsIcon;
@@ -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::55fb779a9011f99fef900f3ab2221b1c>>
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,11 +9,21 @@ 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::d25a2654a95241ca8decc1ab6a780010>>
12
+ * @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
16
16
  var metadata = {
17
+ accessibility: {
18
+ keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
19
+ componentName: 'AccessibilityIcon',
20
+ package: '@atlaskit/icon/core/accessibility',
21
+ type: 'core',
22
+ categorization: 'single-purpose',
23
+ usage: 'Reserved for representing accessibility and accessibility-related features and settings',
24
+ team: 'Design System Team',
25
+ slackChannel: '#icon-contributions'
26
+ },
17
27
  add: {
18
28
  keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
19
29
  componentName: 'AddIcon',
@@ -1054,6 +1064,24 @@ var metadata = {
1054
1064
  team: 'Design System Team',
1055
1065
  slackChannel: '#icon-contributions'
1056
1066
  },
1067
+ 'drawer-left': {
1068
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1069
+ componentName: 'DrawerLeftIcon',
1070
+ package: '@atlaskit/icon/core/drawer-left',
1071
+ type: 'core',
1072
+ categorization: 'single-purpose',
1073
+ usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1074
+ team: 'Design System Team'
1075
+ },
1076
+ 'drawer-right': {
1077
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1078
+ componentName: 'DrawerRightIcon',
1079
+ package: '@atlaskit/icon/core/drawer-right',
1080
+ type: 'core',
1081
+ categorization: 'single-purpose',
1082
+ usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1083
+ team: 'Design System Team'
1084
+ },
1057
1085
  edit: {
1058
1086
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
1059
1087
  componentName: 'EditIcon',
@@ -1570,23 +1598,33 @@ var metadata = {
1570
1598
  slackChannel: '#icon-contributions'
1571
1599
  },
1572
1600
  issue: {
1573
- keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'jira status', 'check mark', 'tick'],
1601
+ keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
1574
1602
  componentName: 'IssueIcon',
1575
1603
  package: '@atlaskit/icon/core/issue',
1576
1604
  oldName: ['issue'],
1577
1605
  type: 'core',
1606
+ replacement: {
1607
+ name: 'work-item',
1608
+ type: 'core',
1609
+ location: '@atlaskit/icon'
1610
+ },
1578
1611
  categorization: 'single-purpose',
1579
- usage: 'Single purpose - Reserved for issues in Jira.',
1612
+ usage: 'Reserved for representing work items.',
1580
1613
  team: 'Design System Team'
1581
1614
  },
1582
1615
  issues: {
1583
- 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'],
1584
1617
  componentName: 'IssuesIcon',
1585
1618
  package: '@atlaskit/icon/core/issues',
1586
1619
  oldName: ['issues'],
1587
1620
  type: 'core',
1621
+ replacement: {
1622
+ name: 'work-items',
1623
+ type: 'core',
1624
+ location: '@atlaskit/icon'
1625
+ },
1588
1626
  categorization: 'single-purpose',
1589
- usage: 'Single purpose - Reserved for multiple issues in Jira.',
1627
+ usage: 'Reserved for representing multiple work items.',
1590
1628
  team: 'Design System Team'
1591
1629
  },
1592
1630
  'key-result': {
@@ -2617,8 +2655,13 @@ var metadata = {
2617
2655
  componentName: 'SidebarLeftIcon',
2618
2656
  package: '@atlaskit/icon/core/sidebar-left',
2619
2657
  type: 'core',
2658
+ replacement: {
2659
+ name: 'drawer-left',
2660
+ type: 'core',
2661
+ location: '@atlaskit/icon'
2662
+ },
2620
2663
  categorization: 'single-purpose',
2621
- 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.',
2622
2665
  team: 'Design System Team'
2623
2666
  },
2624
2667
  'sidebar-right': {
@@ -2627,8 +2670,13 @@ var metadata = {
2627
2670
  package: '@atlaskit/icon/core/sidebar-right',
2628
2671
  oldName: ['detail-view', 'room-menu'],
2629
2672
  type: 'core',
2673
+ replacement: {
2674
+ name: 'drawer-right',
2675
+ type: 'core',
2676
+ location: '@atlaskit/icon'
2677
+ },
2630
2678
  categorization: 'single-purpose',
2631
- 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.',
2632
2680
  team: 'Design System Team'
2633
2681
  },
2634
2682
  'smart-link': {
@@ -3456,6 +3504,24 @@ var metadata = {
3456
3504
  usage: 'Single purpose - Reserved for whiteboards in Confluence.',
3457
3505
  team: 'Design System Team'
3458
3506
  },
3507
+ 'work-item': {
3508
+ keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
3509
+ componentName: 'WorkItemIcon',
3510
+ package: '@atlaskit/icon/core/work-item',
3511
+ type: 'core',
3512
+ categorization: 'single-purpose',
3513
+ usage: 'Reserved for representing work items.',
3514
+ team: 'Design System Team'
3515
+ },
3516
+ 'work-items': {
3517
+ keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
3518
+ componentName: 'WorkItemsIcon',
3519
+ package: '@atlaskit/icon/core/work-items',
3520
+ type: 'core',
3521
+ categorization: 'single-purpose',
3522
+ usage: 'Reserved for representing multiple work items.',
3523
+ team: 'Design System Team'
3524
+ },
3459
3525
  'zoom-in': {
3460
3526
  keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
3461
3527
  componentName: 'ZoomInIcon',
@@ -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::55fb779a9011f99fef900f3ab2221b1c>>
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,11 +3,21 @@
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::d25a2654a95241ca8decc1ab6a780010>>
6
+ * @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  const metadata = {
11
+ accessibility: {
12
+ keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
13
+ componentName: 'AccessibilityIcon',
14
+ package: '@atlaskit/icon/core/accessibility',
15
+ type: 'core',
16
+ categorization: 'single-purpose',
17
+ usage: 'Reserved for representing accessibility and accessibility-related features and settings',
18
+ team: 'Design System Team',
19
+ slackChannel: '#icon-contributions'
20
+ },
11
21
  add: {
12
22
  keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
13
23
  componentName: 'AddIcon',
@@ -1048,6 +1058,24 @@ const metadata = {
1048
1058
  team: 'Design System Team',
1049
1059
  slackChannel: '#icon-contributions'
1050
1060
  },
1061
+ 'drawer-left': {
1062
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1063
+ componentName: 'DrawerLeftIcon',
1064
+ package: '@atlaskit/icon/core/drawer-left',
1065
+ type: 'core',
1066
+ categorization: 'single-purpose',
1067
+ usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1068
+ team: 'Design System Team'
1069
+ },
1070
+ 'drawer-right': {
1071
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1072
+ componentName: 'DrawerRightIcon',
1073
+ package: '@atlaskit/icon/core/drawer-right',
1074
+ type: 'core',
1075
+ categorization: 'single-purpose',
1076
+ usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1077
+ team: 'Design System Team'
1078
+ },
1051
1079
  edit: {
1052
1080
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
1053
1081
  componentName: 'EditIcon',
@@ -1564,23 +1592,33 @@ const metadata = {
1564
1592
  slackChannel: '#icon-contributions'
1565
1593
  },
1566
1594
  issue: {
1567
- keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'jira status', 'check mark', 'tick'],
1595
+ keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
1568
1596
  componentName: 'IssueIcon',
1569
1597
  package: '@atlaskit/icon/core/issue',
1570
1598
  oldName: ['issue'],
1571
1599
  type: 'core',
1600
+ replacement: {
1601
+ name: 'work-item',
1602
+ type: 'core',
1603
+ location: '@atlaskit/icon'
1604
+ },
1572
1605
  categorization: 'single-purpose',
1573
- usage: 'Single purpose - Reserved for issues in Jira.',
1606
+ usage: 'Reserved for representing work items.',
1574
1607
  team: 'Design System Team'
1575
1608
  },
1576
1609
  issues: {
1577
- 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'],
1578
1611
  componentName: 'IssuesIcon',
1579
1612
  package: '@atlaskit/icon/core/issues',
1580
1613
  oldName: ['issues'],
1581
1614
  type: 'core',
1615
+ replacement: {
1616
+ name: 'work-items',
1617
+ type: 'core',
1618
+ location: '@atlaskit/icon'
1619
+ },
1582
1620
  categorization: 'single-purpose',
1583
- usage: 'Single purpose - Reserved for multiple issues in Jira.',
1621
+ usage: 'Reserved for representing multiple work items.',
1584
1622
  team: 'Design System Team'
1585
1623
  },
1586
1624
  'key-result': {
@@ -2611,8 +2649,13 @@ const metadata = {
2611
2649
  componentName: 'SidebarLeftIcon',
2612
2650
  package: '@atlaskit/icon/core/sidebar-left',
2613
2651
  type: 'core',
2652
+ replacement: {
2653
+ name: 'drawer-left',
2654
+ type: 'core',
2655
+ location: '@atlaskit/icon'
2656
+ },
2614
2657
  categorization: 'single-purpose',
2615
- 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.',
2616
2659
  team: 'Design System Team'
2617
2660
  },
2618
2661
  'sidebar-right': {
@@ -2621,8 +2664,13 @@ const metadata = {
2621
2664
  package: '@atlaskit/icon/core/sidebar-right',
2622
2665
  oldName: ['detail-view', 'room-menu'],
2623
2666
  type: 'core',
2667
+ replacement: {
2668
+ name: 'drawer-right',
2669
+ type: 'core',
2670
+ location: '@atlaskit/icon'
2671
+ },
2624
2672
  categorization: 'single-purpose',
2625
- 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.',
2626
2674
  team: 'Design System Team'
2627
2675
  },
2628
2676
  'smart-link': {
@@ -3450,6 +3498,24 @@ const metadata = {
3450
3498
  usage: 'Single purpose - Reserved for whiteboards in Confluence.',
3451
3499
  team: 'Design System Team'
3452
3500
  },
3501
+ 'work-item': {
3502
+ keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
3503
+ componentName: 'WorkItemIcon',
3504
+ package: '@atlaskit/icon/core/work-item',
3505
+ type: 'core',
3506
+ categorization: 'single-purpose',
3507
+ usage: 'Reserved for representing work items.',
3508
+ team: 'Design System Team'
3509
+ },
3510
+ 'work-items': {
3511
+ keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
3512
+ componentName: 'WorkItemsIcon',
3513
+ package: '@atlaskit/icon/core/work-items',
3514
+ type: 'core',
3515
+ categorization: 'single-purpose',
3516
+ usage: 'Reserved for representing multiple work items.',
3517
+ team: 'Design System Team'
3518
+ },
3453
3519
  'zoom-in': {
3454
3520
  keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
3455
3521
  componentName: 'ZoomInIcon',
@@ -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::55fb779a9011f99fef900f3ab2221b1c>>
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,11 +3,21 @@
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::d25a2654a95241ca8decc1ab6a780010>>
6
+ * @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
10
10
  var metadata = {
11
+ accessibility: {
12
+ keywords: ['accessibility', 'icon', 'core', 'a11y', 'accessibility', 'WCAG'],
13
+ componentName: 'AccessibilityIcon',
14
+ package: '@atlaskit/icon/core/accessibility',
15
+ type: 'core',
16
+ categorization: 'single-purpose',
17
+ usage: 'Reserved for representing accessibility and accessibility-related features and settings',
18
+ team: 'Design System Team',
19
+ slackChannel: '#icon-contributions'
20
+ },
11
21
  add: {
12
22
  keywords: ['add', 'plus', 'create', 'new', 'icon', 'core', 'create', 'plus', 'jira status'],
13
23
  componentName: 'AddIcon',
@@ -1048,6 +1058,24 @@ var metadata = {
1048
1058
  team: 'Design System Team',
1049
1059
  slackChannel: '#icon-contributions'
1050
1060
  },
1061
+ 'drawer-left': {
1062
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1063
+ componentName: 'DrawerLeftIcon',
1064
+ package: '@atlaskit/icon/core/drawer-left',
1065
+ type: 'core',
1066
+ categorization: 'single-purpose',
1067
+ usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1068
+ team: 'Design System Team'
1069
+ },
1070
+ 'drawer-right': {
1071
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1072
+ componentName: 'DrawerRightIcon',
1073
+ package: '@atlaskit/icon/core/drawer-right',
1074
+ type: 'core',
1075
+ categorization: 'single-purpose',
1076
+ usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1077
+ team: 'Design System Team'
1078
+ },
1051
1079
  edit: {
1052
1080
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
1053
1081
  componentName: 'EditIcon',
@@ -1564,23 +1592,33 @@ var metadata = {
1564
1592
  slackChannel: '#icon-contributions'
1565
1593
  },
1566
1594
  issue: {
1567
- keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'jira status', 'check mark', 'tick'],
1595
+ keywords: ['issue', 'tick', 'check', 'confirm', 'task', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item'],
1568
1596
  componentName: 'IssueIcon',
1569
1597
  package: '@atlaskit/icon/core/issue',
1570
1598
  oldName: ['issue'],
1571
1599
  type: 'core',
1600
+ replacement: {
1601
+ name: 'work-item',
1602
+ type: 'core',
1603
+ location: '@atlaskit/icon'
1604
+ },
1572
1605
  categorization: 'single-purpose',
1573
- usage: 'Single purpose - Reserved for issues in Jira.',
1606
+ usage: 'Reserved for representing work items.',
1574
1607
  team: 'Design System Team'
1575
1608
  },
1576
1609
  issues: {
1577
- 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'],
1578
1611
  componentName: 'IssuesIcon',
1579
1612
  package: '@atlaskit/icon/core/issues',
1580
1613
  oldName: ['issues'],
1581
1614
  type: 'core',
1615
+ replacement: {
1616
+ name: 'work-items',
1617
+ type: 'core',
1618
+ location: '@atlaskit/icon'
1619
+ },
1582
1620
  categorization: 'single-purpose',
1583
- usage: 'Single purpose - Reserved for multiple issues in Jira.',
1621
+ usage: 'Reserved for representing multiple work items.',
1584
1622
  team: 'Design System Team'
1585
1623
  },
1586
1624
  'key-result': {
@@ -2611,8 +2649,13 @@ var metadata = {
2611
2649
  componentName: 'SidebarLeftIcon',
2612
2650
  package: '@atlaskit/icon/core/sidebar-left',
2613
2651
  type: 'core',
2652
+ replacement: {
2653
+ name: 'drawer-left',
2654
+ type: 'core',
2655
+ location: '@atlaskit/icon'
2656
+ },
2614
2657
  categorization: 'single-purpose',
2615
- 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.',
2616
2659
  team: 'Design System Team'
2617
2660
  },
2618
2661
  'sidebar-right': {
@@ -2621,8 +2664,13 @@ var metadata = {
2621
2664
  package: '@atlaskit/icon/core/sidebar-right',
2622
2665
  oldName: ['detail-view', 'room-menu'],
2623
2666
  type: 'core',
2667
+ replacement: {
2668
+ name: 'drawer-right',
2669
+ type: 'core',
2670
+ location: '@atlaskit/icon'
2671
+ },
2624
2672
  categorization: 'single-purpose',
2625
- 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.',
2626
2674
  team: 'Design System Team'
2627
2675
  },
2628
2676
  'smart-link': {
@@ -3450,6 +3498,24 @@ var metadata = {
3450
3498
  usage: 'Single purpose - Reserved for whiteboards in Confluence.',
3451
3499
  team: 'Design System Team'
3452
3500
  },
3501
+ 'work-item': {
3502
+ keywords: ['work-item', 'workitem', 'icon', 'core', 'single issue', 'check mark', 'tick', 'work item', 'work type'],
3503
+ componentName: 'WorkItemIcon',
3504
+ package: '@atlaskit/icon/core/work-item',
3505
+ type: 'core',
3506
+ categorization: 'single-purpose',
3507
+ usage: 'Reserved for representing work items.',
3508
+ team: 'Design System Team'
3509
+ },
3510
+ 'work-items': {
3511
+ keywords: ['work-items', 'workitems', 'icon', 'core', 'multiple issues', 'check mark', 'tick', 'work items', 'work type'],
3512
+ componentName: 'WorkItemsIcon',
3513
+ package: '@atlaskit/icon/core/work-items',
3514
+ type: 'core',
3515
+ categorization: 'single-purpose',
3516
+ usage: 'Reserved for representing multiple work items.',
3517
+ team: 'Design System Team'
3518
+ },
3453
3519
  'zoom-in': {
3454
3520
  keywords: ['zoom-in', 'zoomin', 'icon', 'core', 'magnify', 'magnifying glass'],
3455
3521
  componentName: 'ZoomInIcon',
@@ -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::55fb779a9011f99fef900f3ab2221b1c>>
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::d25a2654a95241ca8decc1ab6a780010>>
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::55fb779a9011f99fef900f3ab2221b1c>>
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::d25a2654a95241ca8decc1ab6a780010>>
6
+ * @codegen <<SignedSource::be906599bbf63c34e6dec034db63f5b1>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "25.0.2",
3
+ "version": "25.2.0",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -121,7 +121,7 @@
121
121
  "@atlaskit/link": "^3.0.0",
122
122
  "@atlaskit/logo": "^16.0.0",
123
123
  "@atlaskit/menu": "^3.1.0",
124
- "@atlaskit/modal-dialog": "^13.4.0",
124
+ "@atlaskit/modal-dialog": "^14.0.0",
125
125
  "@atlaskit/primitives": "^14.2.0",
126
126
  "@atlaskit/section-message": "^8.2.0",
127
127
  "@atlaskit/ssr": "^0.4.0",
@@ -136,7 +136,7 @@
136
136
  "@testing-library/react": "^13.4.0",
137
137
  "fs-extra": "^4.0.2",
138
138
  "globby": "^6.1.0",
139
- "jscodeshift": "^0.16.1",
139
+ "jscodeshift": "^17.0.0",
140
140
  "lodash": "^4.17.21",
141
141
  "nullthrows": "^1.1.1",
142
142
  "pkg-dir": "^4.2.0",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 2.5A.75.75 0 1 0 8 4a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M6.77 8H2V6.5h12V8H9.23l3.18 6.16-1.33.69L8 8.88l-3.08 5.96-1.33-.69z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8.5v9zm-1-6h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3 8V1h1.5v7a3 3 0 0 0 3 3h1a3 3 0 0 0 3-3V1H13v7a4.5 4.5 0 0 1-4.5 4.5h-1A4.5 4.5 0 0 1 3 8m-2 6.5h14V16H1z" clip-rule="evenodd"/></svg>
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>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/></svg>