@atlaskit/icon 25.1.0 → 25.3.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,58 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 25.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#132827](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132827)
8
+ [`b69d7b27b4b5f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b69d7b27b4b5f) -
9
+ This release updates icons in `@atlaskit/icon`.
10
+
11
+ ### Updated:
12
+
13
+ **`@atlaskit/icon/core`**
14
+
15
+ - `assets`
16
+
17
+ ## 25.2.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#132394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/132394)
22
+ [`8c4b7d72f9c69`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c4b7d72f9c69) -
23
+ This release updates and deprecates icons in `@atlaskit/icon`.
24
+
25
+ ### Updated:
26
+
27
+ **`@atlaskit/icon/core`**
28
+
29
+ - `text-underline`
30
+
31
+ ### Deprecated:
32
+
33
+ **`@atlaskit/icon/core`**
34
+
35
+ - `border-weight-medium`
36
+ - `border-weight-thick`
37
+ - `border-weight-thin`
38
+ - `content-align-center`
39
+ - `content-align-left`
40
+ - `content-align-right`
41
+ - `drag-handle`
42
+ - `align-center`
43
+ - `align-left`
44
+ - `align-right`
45
+
46
+ ### Deprecated:
47
+
48
+ **`@atlaskit/icon/utility`**
49
+
50
+ - `drag-handle`
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies
55
+
3
56
  ## 25.1.0
4
57
 
5
58
  ### Minor Changes
package/core/assets.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::2789010db62094e158a102dc5941d60f>>
3
+ * @codegen <<SignedSource::ea280bac576388029b4a72ef87c208cb>>
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 AssetsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06.75.75 0 0 0 1.06-1.06M1.16 1.159A2.25 2.25 0 0 1 4.781 3.72l1.695 1.695a3 3 0 0 1 3.048 0l1.695-1.695a2.251 2.251 0 1 1 1.06 1.06l-1.694 1.696a3 3 0 0 1 0 3.048l1.695 1.695a2.251 2.251 0 1 1-1.06 1.06l-1.696-1.694a3 3 0 0 1-3.048 0L4.78 12.28a2.251 2.251 0 1 1-1.06-1.06l1.694-1.696a3 3 0 0 1 0-3.048L3.72 4.78a2.25 2.25 0 0 1-2.56-3.621m12.621 1.06a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06M9.06 6.94a1.5 1.5 0 1 0-2.12 2.122A1.5 1.5 0 0 0 9.06 6.94m-5.78 5.78a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06m10.5 0a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.487 2.013a1.75 1.75 0 1 0-2.474 2.474 1.75 1.75 0 0 0 2.474-2.474M.952.952A3.25 3.25 0 0 1 6.412 2.5H9.5V4H6.413a3.24 3.24 0 0 1-.865 1.548c-.442.442-.98.73-1.548.865V9.5H2.5V6.413A3.25 3.25 0 0 1 .952.953M10.5 3.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m3 3.25v3H12v-3zM1 12.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m9.5 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m-1 .75h-3V12h3z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AssetsIcon.displayName = 'AssetsIcon';
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';
@@ -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,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::4d19bb1c1b0fdd0ce172b538f655af72>>
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', 'jira status', 'check mark', 'tick'],
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: 'Single purpose - Reserved for issues in Jira.',
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: 'Single purpose - Reserved for multiple issues in Jira.',
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::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,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::4d19bb1c1b0fdd0ce172b538f655af72>>
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', 'jira status', 'check mark', 'tick'],
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: 'Single purpose - Reserved for issues in Jira.',
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: 'Single purpose - Reserved for multiple issues in Jira.',
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::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,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::4d19bb1c1b0fdd0ce172b538f655af72>>
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', 'jira status', 'check mark', 'tick'],
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: 'Single purpose - Reserved for issues in Jira.',
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: 'Single purpose - Reserved for multiple issues in Jira.',
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::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::4d19bb1c1b0fdd0ce172b538f655af72>>
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::4d19bb1c1b0fdd0ce172b538f655af72>>
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.1.0",
3
+ "version": "25.3.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/"
@@ -109,7 +109,7 @@
109
109
  "@af/icon-build-process": "^2.4.0",
110
110
  "@af/integration-testing": "^0.5.0",
111
111
  "@af/visual-regression": "^1.3.0",
112
- "@atlaskit/button": "^21.1.0",
112
+ "@atlaskit/button": "^22.0.0",
113
113
  "@atlaskit/code": "^16.1.0",
114
114
  "@atlaskit/css": "^0.10.0",
115
115
  "@atlaskit/docs": "^10.0.0",
@@ -118,18 +118,18 @@
118
118
  "@atlaskit/heading": "^5.1.0",
119
119
  "@atlaskit/icon-file-type": "^7.0.0",
120
120
  "@atlaskit/icon-object": "^7.0.0",
121
- "@atlaskit/link": "^3.0.0",
121
+ "@atlaskit/link": "^3.1.0",
122
122
  "@atlaskit/logo": "^16.0.0",
123
- "@atlaskit/menu": "^3.1.0",
123
+ "@atlaskit/menu": "^3.2.0",
124
124
  "@atlaskit/modal-dialog": "^14.0.0",
125
125
  "@atlaskit/primitives": "^14.2.0",
126
126
  "@atlaskit/section-message": "^8.2.0",
127
- "@atlaskit/ssr": "^0.4.0",
128
127
  "@atlaskit/textfield": "^8.0.0",
129
128
  "@atlaskit/theme": "^18.0.0",
130
129
  "@atlaskit/toggle": "^15.0.0",
131
130
  "@atlaskit/tooltip": "^20.0.0",
132
131
  "@atlaskit/visual-regression": "^0.10.0",
132
+ "@atlassian/ssr-tests": "^0.2.0",
133
133
  "@babel/core": "7.24.9",
134
134
  "@codeshift/utils": "^0.2.4",
135
135
  "@compiled/react": "^0.18.3",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06.75.75 0 0 0 1.06-1.06M1.16 1.159A2.25 2.25 0 0 1 4.781 3.72l1.695 1.695a3 3 0 0 1 3.048 0l1.695-1.695a2.251 2.251 0 1 1 1.06 1.06l-1.694 1.696a3 3 0 0 1 0 3.048l1.695 1.695a2.251 2.251 0 1 1-1.06 1.06l-1.696-1.694a3 3 0 0 1-3.048 0L4.78 12.28a2.251 2.251 0 1 1-1.06-1.06l1.694-1.696a3 3 0 0 1 0-3.048L3.72 4.78a2.25 2.25 0 0 1-2.56-3.621m12.621 1.06a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06M9.06 6.94a1.5 1.5 0 1 0-2.12 2.122A1.5 1.5 0 0 0 9.06 6.94m-5.78 5.78a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06m10.5 0a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M4.487 2.013a1.75 1.75 0 1 0-2.474 2.474 1.75 1.75 0 0 0 2.474-2.474M.952.952A3.25 3.25 0 0 1 6.412 2.5H9.5V4H6.413a3.24 3.24 0 0 1-.865 1.548c-.442.442-.98.73-1.548.865V9.5H2.5V6.413A3.25 3.25 0 0 1 .952.953M10.5 3.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m3 3.25v3H12v-3zM1 12.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m9.5 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m-1 .75h-3V12h3z" 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>